mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 10:49:30 +02:00
+ tests in test/units/strings are now executed as well
This commit is contained in:
parent
54c08f4c73
commit
80429f91a1
@ -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
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user