Initial revision

This commit is contained in:
Josh Coalson
2000-12-10 04:09:52 +00:00
commit bb7f6b99d0
63 changed files with 12744 additions and 0 deletions

9
test/test_unit.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/sh
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../obj/lib
export LD_LIBRARY_PATH
if ../obj/bin/test_unit ; then : ; else
echo "ERROR during testgen" 1>&2
exit 1
fi