Browse Source

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

florian 21 years ago
parent
commit
80429f91a1
2 changed files with 3 additions and 3 deletions
  1. 2 2
      tests/Makefile
  2. 1 1
      tests/Makefile.fpc

+ 2 - 2
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

+ 1 - 1
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))