فهرست منبع

Add SKIPTARGET for OSes that do not compile fcl-fpcunit

git-svn-id: trunk@38643 -
pierre 7 سال پیش
والد
کامیت
40f443a974
2فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 1 0
      packages/rtl-generics/tests/testrunner.rtlgenerics.pp
  2. 1 0
      packages/rtl-objpas/tests/testrunner.rtlobjpas.pp

+ 1 - 0
packages/rtl-generics/tests/testrunner.rtlgenerics.pp

@@ -1,4 +1,5 @@
 { %CONFIGFILE=fpcunit-console-defaults.ini testdefaults.ini }
+{ %SKIPTARGET=embedded,nativent,msdos,win16,macos,palmos }
 
 program testrunner.rtlgenerics;
 

+ 1 - 0
packages/rtl-objpas/tests/testrunner.rtlobjpas.pp

@@ -1,4 +1,5 @@
 { %CONFIGFILE=fpcunit-console-defaults.ini testdefaults.ini }
+{ %SKIPTARGET=embedded,nativent,msdos,win16,macos,palmos }
 
 program testrunner.rtlobjpas;