From 0d0dbfad6d79fe3a12f09fe2a21ee38ac97fa3bc Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Thu, 10 Jan 2013 15:17:50 +0100 Subject: new unit test for recursive upvalues transfer --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 261504d..5406dad 100644 --- a/Makefile +++ b/Makefile @@ -87,6 +87,7 @@ test: $(MAKE) func_is_string $(MAKE) atexit $(MAKE) linda_perf + $(MAKE) rupval basic: tests/basic.lua $(_TARGET_SO) $(_PREFIX) $(LUA) $< @@ -163,6 +164,9 @@ linda_perf: tests/linda_perf.lua $(_TARGET_SO) atexit: tests/atexit.lua $(_TARGET_SO) $(_PREFIX) $(LUA) $< +rupval: tests/rupval.lua $(_TARGET_SO) + $(_PREFIX) $(LUA) $< + #--- perftest-plain: tests/perftest.lua $(_TARGET_SO) $(MAKE) _perftest ARGS="$< $(N) -plain" -- cgit v1.2.3-55-g6feb