diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-03-06 15:17:47 -0800 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-03-06 15:17:55 -0800 |
| commit | 9b1297ef8825f7caab4ef8ae932291722d807f79 (patch) | |
| tree | 863ac4f08aaa14b2034b19000db08067a35ced9a /compile_lib.sh | |
| parent | 9564492cf1b97385698bd9a745d17e9cb474319f (diff) | |
Removed building tests.
Diffstat (limited to 'compile_lib.sh')
| -rwxr-xr-x | compile_lib.sh | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/compile_lib.sh b/compile_lib.sh index 1dc9d07..1776beb 100755 --- a/compile_lib.sh +++ b/compile_lib.sh @@ -13,7 +13,7 @@ done if [ "$FLUSH" = true ] ; then rm core/*.lua rm lib/*.lua - rm tests/*.lua + #rm tests/*.lua fi for file in core/*.nom; do @@ -26,8 +26,8 @@ for file in lib/*.nom; do ./nomsu.moon -c $file echo "done." done -for file in tests/*.nom; do - printf "Compiling $file ..." - ./nomsu.moon -c $file - echo "done." -done +#for file in tests/*.nom; do +# printf "Compiling $file ..." +# ./nomsu.moon -c $file +# echo "done." +#done |
