From 80429f91a15d1c0e6bfe5ce3087fd4caae825937 Mon Sep 17 00:00:00 2001 From: florian Date: Thu, 1 Jan 2004 17:43:57 +0000 Subject: [PATCH] + tests in test/units/strings are now executed as well --- tests/Makefile | 4 ++-- tests/Makefile.fpc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/Makefile b/tests/Makefile index fd2759b721..e10ab35df6 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 1.1 [2003/11/03] +# Don't edit, this file is generated by FPCMake Version 1.1 [2004/01/01] # default: allexectests MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom @@ -1399,7 +1399,7 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif -TESTSUBDIRS=cg cg/cdecl units/system units/dos units/crt units/objects +TESTSUBDIRS=cg cg/cdecl units/system units/dos units/crt units/objects units/strings TESTDIRS:=test $(addprefix test/,$(TESTSUBDIRS)) ifeq ($(OS_TARGET),linux) INUNIX=1 diff --git a/tests/Makefile.fpc b/tests/Makefile.fpc index 546ade0211..14825eafa7 100644 --- a/tests/Makefile.fpc +++ b/tests/Makefile.fpc @@ -15,7 +15,7 @@ packages_linux=mysql [rules] # Subdirs available in the test subdir -TESTSUBDIRS=cg cg/cdecl units/system units/dos units/crt units/objects +TESTSUBDIRS=cg cg/cdecl units/system units/dos units/crt units/objects units/strings # All full dirnames in the test/ dir including the subdir self TESTDIRS:=test $(addprefix test/,$(TESTSUBDIRS))