From 767b37fa4654cd0b438fabc9a6227c9f4a04fecd Mon Sep 17 00:00:00 2001 From: isakal Date: Thu, 4 Jun 2020 22:30:05 +0200 Subject: [PATCH] Add tests for elixir --- tests/test.exs | 1 + tests/test_all_lxc | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 tests/test.exs diff --git a/tests/test.exs b/tests/test.exs new file mode 100644 index 0000000..4c8d8b0 --- /dev/null +++ b/tests/test.exs @@ -0,0 +1 @@ +IO.puts("good") diff --git a/tests/test_all_lxc b/tests/test_all_lxc index e3cf275..29d73b9 100755 --- a/tests/test_all_lxc +++ b/tests/test_all_lxc @@ -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'