From 96d23f1bf301e8c31784e04d06cf4af5275ca9a1 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 28 May 2024 01:41:07 -0400 Subject: Light cleanup of utils --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 242e578..537fec1 100644 --- a/Makefile +++ b/Makefile @@ -50,6 +50,9 @@ clean: lua: @cd Lua && make +luatest: + @cd Lua && make test + test: $(NAME) ./$(NAME) Comment -r '[@0]' >/dev/null ./$(NAME) -g ./grammars/bp.bp '{Grammar}' ./grammars/bp.bp >/dev/null @@ -100,4 +103,4 @@ profile_grammar: bp profile_pattern: bp perf stat -r 1 -e L1-dcache-loads,L1-dcache-load-misses,L1-dcache-stores -e cycles ./bp -f plain -p 'id parens' /usr/include/*.h >/dev/null -.PHONY: all clean install install-lib uninstall leaktest splint test tutorial lua profile +.PHONY: all clean install install-lib uninstall leaktest splint test tutorial lua profile luatest -- cgit v1.2.3