update lib tests

This commit is contained in:
Adam Powers
2020-09-06 17:35:03 -07:00
parent 96cf11ad71
commit 7b46e3d12c
2 changed files with 2 additions and 187 deletions
+2 -1
View File
@@ -12,6 +12,7 @@ fi
if [ x$1 == "xrunlib" ]; then
LIBS="-Lsrc -lnethack -Llib/lua -llua -lm"
BADLIBS="-lncurses"
rm nhlibtest
gcc -o nhlibtest libtest.c $LIBS $BADLIBS
./nhlibtest
fi
@@ -26,7 +27,7 @@ if [ x$1 == "xwasm" ]; then
fi
if [ x$1 == "xrunwasm" ]; then
node test.js
cd sys/lib/npm-package && node test/test.js
fi
if [ x$1 == "xbin" ]; then