This commit is contained in:
Eric Freese 2016-02-05 15:14:08 -07:00
commit 775dd20706
58 changed files with 8564 additions and 739 deletions

View file

@ -0,0 +1,10 @@
#! /bin/sh
# file: examples/equality_test.sh
testEquality()
{
assertEquals 1 1
}
# load shunit2
. ../src/shunit2