add emacs test
This commit is contained in:
parent
532a624d7f
commit
7880f204b6
|
@ -9,8 +9,8 @@ echo 'testing cpp'
|
||||||
../execute cpp test.cpp
|
../execute cpp test.cpp
|
||||||
echo 'testing cs'
|
echo 'testing cs'
|
||||||
../execute cs test.cs
|
../execute cs test.cs
|
||||||
echo 'testing emacs'
|
echo 'testing elisp'
|
||||||
../execute emacs test.el
|
../execute elisp test.el
|
||||||
#echo 'testing elixir'
|
#echo 'testing elixir'
|
||||||
#../execute exs test.exs
|
#../execute exs test.exs
|
||||||
echo 'testing go'
|
echo 'testing go'
|
||||||
|
|
Loading…
Reference in New Issue