From c64f9dcd61c1ad7bef3dbf5b7647a2a2da23ac0f Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Fri, 5 Apr 2024 08:49:48 +0200 Subject: Enable manual control of GC inside keeper states --- Makefile | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 868c481..0750401 100644 --- a/Makefile +++ b/Makefile @@ -72,25 +72,25 @@ rock: #--- Testing --- # test: - $(MAKE) errhangtest - $(MAKE) irayo_recursive - $(MAKE) irayo_closure + $(MAKE) atexit + $(MAKE) atomic $(MAKE) basic $(MAKE) cancel - $(MAKE) fifo - $(MAKE) keeper - $(MAKE) timer - $(MAKE) atomic $(MAKE) cyclic - $(MAKE) objects + $(MAKE) errhangtest $(MAKE) fibonacci - $(MAKE) recursive + $(MAKE) fifo $(MAKE) func_is_string - $(MAKE) atexit + $(MAKE) irayo_recursive + $(MAKE) irayo_closure + $(MAKE) keeper $(MAKE) linda_perf - $(MAKE) rupval + $(MAKE) objects $(MAKE) package $(MAKE) pingpong + $(MAKE) recursive + $(MAKE) rupval + $(MAKE) timer basic: tests/basic.lua $(_TARGET_SO) $(_PREFIX) $(LUA) $< -- cgit v1.2.3-55-g6feb