diff --git a/lxc/test_all_lxc b/lxc/test_all_lxc index f2068bd..9882c54 100755 --- a/lxc/test_all_lxc +++ b/lxc/test_all_lxc @@ -31,6 +31,8 @@ echo 'testing asm 32 bit' ../execute asm test.nasm echo 'testing asm 64 bit' ../execute asm64 test64.nasm +echo 'testing nim' +../execute nim test.nim echo 'testing php' ../execute php test.php echo 'testing perl' diff --git a/lxc/versions b/lxc/versions index 31bcd39..b30e2e2 100755 --- a/lxc/versions +++ b/lxc/versions @@ -70,7 +70,8 @@ lxc-attach --clear-env -n piston -- /bin/bash -l -c "nasm -version" echo '---' echo 'nim' -lxc-attack --clear-env -n piston -- /bin/bash -l -c "nim -v | head -n1" +lxc-attach --clear-env -n piston -- /bin/bash -l -c "nim -v | head -n1" +echo '---' echo 'node' lxc-attach --clear-env -n piston -- /bin/bash -l -c "node --version"