From c47ea819b273b08b914f1f715a7296c19b7e6d95 Mon Sep 17 00:00:00 2001 From: florian Date: Fri, 20 Feb 2004 20:12:42 +0000 Subject: [PATCH] + dir units\math to tests added --- tests/Makefile | 10 ++++++++-- tests/Makefile.fpc | 3 +-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/tests/Makefile b/tests/Makefile index 64776e9a6e..efc7f37289 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 1.1 [2004/01/31] +# Don't edit, this file is generated by FPCMake Version 1.1 [2004/02/09] # default: allexectests MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom @@ -937,6 +937,12 @@ REQUIRE_PACKAGES_RTL=1 REQUIRE_PACKAGES_MYSQL=1 endif endif +ifeq ($(OS_TARGET),linux) +ifeq ($(CPU_TARGET),arm) +REQUIRE_PACKAGES_RTL=1 +REQUIRE_PACKAGES_MYSQL=1 +endif +endif ifeq ($(OS_TARGET),go32v2) ifeq ($(CPU_TARGET),i386) REQUIRE_PACKAGES_RTL=1 @@ -1412,7 +1418,7 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif -TESTSUBDIRS=cg cg/cdecl units/system units/dos units/crt units/objects units/strings units/sysutils +TESTSUBDIRS=cg cg/cdecl units/system units/dos units/crt units/objects units/strings units/sysutils units/math TESTDIRS:=test $(addprefix test/,$(TESTSUBDIRS)) ifeq ($(OS_TARGET),linux) INUNIX=1 diff --git a/tests/Makefile.fpc b/tests/Makefile.fpc index fca884344c..391b32647d 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 units/strings units/sysutils +TESTSUBDIRS=cg cg/cdecl units/system units/dos units/crt units/objects units/strings units/sysutils units/math # All full dirnames in the test/ dir including the subdir self TESTDIRS:=test $(addprefix test/,$(TESTSUBDIRS)) @@ -291,4 +291,3 @@ ifdef LASTDATESUFFIX -diff -u faillist.$(LASTDATESUFFIX) faillist.$(DATESUFFIX) > difflist.$(DATESUFFIX) endif @echo $(DATESUFFIX) > lastdate.txt -