From b97c6d29b6a1c66c2596033cd255d6803939aba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 4 Mar 2017 18:26:54 +0100 Subject: test/lua: convert tests to busted infrastructure --- lua/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/Makefile') diff --git a/lua/Makefile b/lua/Makefile index 84a1eed..a7afc80 100644 --- a/lua/Makefile +++ b/lua/Makefile @@ -5,7 +5,7 @@ all: clean ../../vis test @$(MAKE) -C ../.. clean: - @rm -f *.out *.err + @rm -f *.out *.err *.busted test: @./test.sh -- cgit v1.2.3