Added julia test.

This commit is contained in:
Tommy-Xavier Robillard 2020-05-02 00:04:48 -04:00
parent fab8873d85
commit 28ca95ef97
2 changed files with 3 additions and 0 deletions

1
tests/test.jl Normal file
View File

@ -0,0 +1 @@
println("good")

View File

@ -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'