aboutsummaryrefslogtreecommitdiff
path: root/lua/Makefile
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-03-04 18:26:54 +0100
committerMarc André Tanner <mat@brain-dump.org>2017-03-04 18:26:54 +0100
commitb97c6d29b6a1c66c2596033cd255d6803939aba0 (patch)
tree4d0f68ad1f76e7e94214a18281d3419d5ffff591 /lua/Makefile
parent54dd1d2bf9a6cbfbd754e1e53fdda55f3acbbc15 (diff)
downloadvis-b97c6d29b6a1c66c2596033cd255d6803939aba0.tar.gz
vis-b97c6d29b6a1c66c2596033cd255d6803939aba0.tar.xz
test/lua: convert tests to busted infrastructure
Diffstat (limited to 'lua/Makefile')
-rw-r--r--lua/Makefile2
1 files changed, 1 insertions, 1 deletions
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