Răsfoiți Sursa

* always enable smartlinking for the tests themselves when running the testsuite for msdos

git-svn-id: branches/i8086@24131 -
nickysn 12 ani în urmă
părinte
comite
f06b58a8bd
2 a modificat fișierele cu 8 adăugiri și 0 ștergeri
  1. 3 0
      tests/Makefile
  2. 5 0
      tests/Makefile.fpc

+ 3 - 0
tests/Makefile

@@ -2008,6 +2008,9 @@ endif
 endif
 endif
 endif
+ifeq ($(TEST_OS_TARGET),msdos)
+override TEST_OPT+=-XX
+endif
 TEST_OUTPUTDIR=output/$(TEST_TARGETSUFFIX)
 C_SUBDIR=$(TEST_OS_TARGET)/$(TEST_CPU_TARGET)
 ifneq ($(DATE),__missing_command_DATE)

+ 5 - 0
tests/Makefile.fpc

@@ -95,6 +95,11 @@ endif
 endif
 endif
 
+# always enable smartlinking for msdos
+ifeq ($(TEST_OS_TARGET),msdos)
+override TEST_OPT+=-XX
+endif
+
 # Target dir where the ppu and binaries are created
 TEST_OUTPUTDIR=output/$(TEST_TARGETSUFFIX)
 C_SUBDIR=$(TEST_OS_TARGET)/$(TEST_CPU_TARGET)