aboutsummaryrefslogtreecommitdiff
path: root/test/lua/Makefile
diff options
context:
space:
mode:
authorJeremy Bobbin <jer@jer.cx>2024-12-27 11:53:30 +0100
committerRandy Palamar <randy@rnpnr.xyz>2025-01-02 05:46:40 -0700
commit438b31497d91becdec95d06ff62c2d86184fa669 (patch)
treee8281da94c26732a0ecf2f34b637b2cbad504fd7 /test/lua/Makefile
parentf840bcaf95dea328b9edc76c68e27d42cf79330b (diff)
downloadvis-438b31497d91becdec95d06ff62c2d86184fa669.tar.gz
vis-438b31497d91becdec95d06ff62c2d86184fa669.tar.xz
no longer depend on lua-busted
Co-authored-by: Matěj Cepl <mcepl@cepl.eu>
Diffstat (limited to 'test/lua/Makefile')
-rw-r--r--test/lua/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lua/Makefile b/test/lua/Makefile
index a7afc80..84a1eed 100644
--- a/test/lua/Makefile
+++ b/test/lua/Makefile
@@ -5,7 +5,7 @@ all: clean ../../vis test
@$(MAKE) -C ../..
clean:
- @rm -f *.out *.err *.busted
+ @rm -f *.out *.err
test:
@./test.sh