From 79e46938c5d8daf164ab2d934f668fa27b32e4cf Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Tue, 4 Jan 2011 21:31:17 +0100 Subject: Take all code from Asko Kauppi's SVN server, and push it here so that the github repository becomes the official Lanes source codebase. Note that Asko's SVN server holds version 2.0.9, whereas this is version 2.0.10, but I don't see any real need to update SVN if it is to become deprecated. Next steps: - upgrade the rockspec to the latest version - make the html help available online somewhere Signed-off-by: Benoit Germain --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4c0ff4b..b4a78cc 100644 --- a/Makefile +++ b/Makefile @@ -82,6 +82,7 @@ test: $(MAKE) objects $(MAKE) fibonacci $(MAKE) recursive + $(MAKE) func_is_string basic: tests/basic.lua $(_TARGET_SO) $(_PREFIX) $(LUA) $< @@ -143,6 +144,12 @@ finalizer: tests/finalizer.lua $(_TARGET_SO) error-test: tests/error.lua $(_TARGET_SO) $(_PREFIX) $(LUA) $< +appendud: tests/appendud.lua $(_TARGET_SO) + $(_PREFIX) $(LUA) $< + +func_is_string: tests/func_is_string.lua $(_TARGET_SO) + $(_PREFIX) $(LUA) $< + #--- perftest-plain: tests/perftest.lua $(_TARGET_SO) $(MAKE) _perftest ARGS="$< $(N) -plain" -- cgit v1.2.3-55-g6feb