From e4161d1d3af063fa2220bdb3b5f03f35cb893419 Mon Sep 17 00:00:00 2001 From: florian <florian@freepascal.org> Date: Sun, 26 Jul 2009 09:18:23 +0000 Subject: [PATCH] * limited test to OSes with library aware threading git-svn-id: trunk@13448 - --- tests/webtbs/tw12987a.pp | 1 + tests/webtbs/tw12987b.pp | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/webtbs/tw12987a.pp b/tests/webtbs/tw12987a.pp index a9ad8bb87b..6a9eac9cbc 100644 --- a/tests/webtbs/tw12987a.pp +++ b/tests/webtbs/tw12987a.pp @@ -1,3 +1,4 @@ +{ %target=win32,win64,wince,os2 } { %norun } library tw12987a; diff --git a/tests/webtbs/tw12987b.pp b/tests/webtbs/tw12987b.pp index 676c62275f..ca3548061d 100644 --- a/tests/webtbs/tw12987b.pp +++ b/tests/webtbs/tw12987b.pp @@ -1,3 +1,4 @@ +{ %target=win32,win64,wince,os2 } { %needlibrary } procedure test;external 'tw12987a' name 'test';