+ tests in test/units/strings are now executed as well

This commit is contained in:
florian 2004-01-01 17:43:57 +00:00
parent 54c08f4c73
commit 80429f91a1
2 changed files with 3 additions and 3 deletions

View File

@ -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 default: allexectests
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom 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),) ifneq ($(wildcard fpcmake.loc),)
include fpcmake.loc include fpcmake.loc
endif 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)) TESTDIRS:=test $(addprefix test/,$(TESTSUBDIRS))
ifeq ($(OS_TARGET),linux) ifeq ($(OS_TARGET),linux)
INUNIX=1 INUNIX=1

View File

@ -15,7 +15,7 @@ packages_linux=mysql
[rules] [rules]
# Subdirs available in the test subdir # 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 # All full dirnames in the test/ dir including the subdir self
TESTDIRS:=test $(addprefix test/,$(TESTSUBDIRS)) TESTDIRS:=test $(addprefix test/,$(TESTSUBDIRS))