From 28ca95ef97dd14205f5aefb1898b55ade06fcfd6 Mon Sep 17 00:00:00 2001 From: Tommy-Xavier Robillard Date: Sat, 2 May 2020 00:04:48 -0400 Subject: [PATCH] Added julia test. --- tests/test.jl | 1 + tests/test_all_lxc | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 tests/test.jl 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'