diff --git a/tests/test.jl b/tests/test.jl new file mode 100644 index 0000000..3bfd06e --- /dev/null +++ b/tests/test.jl @@ -0,0 +1 @@ +println("good") diff --git a/tests/test_all_lxc b/tests/test_all_lxc index dab55df..e3cf275 100755 --- a/tests/test_all_lxc +++ b/tests/test_all_lxc @@ -16,6 +16,8 @@ echo 'testing asm' ../lxc/execute asm test.nasm echo 'testing js' ../lxc/execute js test.js +echo 'testing jl' +../lxc/execute jl test.jl echo 'testing php' ../lxc/execute php test.php echo 'testing python2'