Browse Source

* limited test to OSes with library aware threading

git-svn-id: trunk@13448 -
florian 16 years ago
parent
commit
e4161d1d3a
2 changed files with 2 additions and 0 deletions
  1. 1 0
      tests/webtbs/tw12987a.pp
  2. 1 0
      tests/webtbs/tw12987b.pp

+ 1 - 0
tests/webtbs/tw12987a.pp

@@ -1,3 +1,4 @@
+{ %target=win32,win64,wince,os2 }
 { %norun }
 { %norun }
 library tw12987a;
 library tw12987a;
 
 

+ 1 - 0
tests/webtbs/tw12987b.pp

@@ -1,3 +1,4 @@
+{ %target=win32,win64,wince,os2 }
 { %needlibrary }
 { %needlibrary }
 procedure test;external 'tw12987a' name 'test';
 procedure test;external 'tw12987a' name 'test';