From 7880f204b6ba85eccfdc46ca2f9730b2606bcd2a Mon Sep 17 00:00:00 2001 From: Brian Seymour Date: Mon, 8 Jun 2020 21:43:23 -0500 Subject: [PATCH] add emacs test --- lxc/test_all_lxc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lxc/test_all_lxc b/lxc/test_all_lxc index 9aa125f..9b4be6d 100755 --- a/lxc/test_all_lxc +++ b/lxc/test_all_lxc @@ -9,8 +9,8 @@ echo 'testing cpp' ../execute cpp test.cpp echo 'testing cs' ../execute cs test.cs -echo 'testing emacs' -../execute emacs test.el +echo 'testing elisp' +../execute elisp test.el #echo 'testing elixir' #../execute exs test.exs echo 'testing go'