Add tests for elixir

This commit is contained in:
isakal 2020-06-04 22:30:05 +02:00
parent 6076f88bb9
commit 767b37fa46
2 changed files with 3 additions and 0 deletions

1
tests/test.exs Normal file
View File

@ -0,0 +1 @@
IO.puts("good")

View File

@ -8,6 +8,8 @@ echo 'testing cpp'
../lxc/execute cpp test.cpp
echo 'testing cs'
../lxc/execute cs test.cs
echo 'testing elixir'
../lxc/exexute exs test.exs
echo 'testing go'
../lxc/execute go test.go
echo 'testing java'