summaryrefslogtreecommitdiff
path: root/tests/Tokens_Test.icc
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2003-01-04 23:56:04 +0000
committerSteve Huston <shuston@riverace.com>2003-01-04 23:56:04 +0000
commitcf98239d186b778f7160330c411c251212aa26a0 (patch)
tree80ec3102ca683d254405ca1034dd960530c2a69d /tests/Tokens_Test.icc
parent58f04f283f602fb062dd31e4f956a64b14d74329 (diff)
downloadATCD-cf98239d186b778f7160330c411c251212aa26a0.tar.gz
ChangeLogTag:Sat Jan 4 18:46:19 2003 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'tests/Tokens_Test.icc')
-rw-r--r--tests/Tokens_Test.icc9
1 files changed, 8 insertions, 1 deletions
diff --git a/tests/Tokens_Test.icc b/tests/Tokens_Test.icc
index e382f351e81..e6cc8ce4824 100644
--- a/tests/Tokens_Test.icc
+++ b/tests/Tokens_Test.icc
@@ -10,6 +10,13 @@ option
target type (exe) "Tokens_Test"
{
source type (cpp) "Tokens_Test.cpp"
- source platformLinkLibs
+ if ($__IBMCPP__ >= 500) {
+ option macros(global) {
+ source type (hpp) "test_config.h"
+ }
+ source type (cpp) "test_config.h"
+ source type (cpp) "../ace/Singleton.cpp"
+ }
+ source type (lib) platformLinkLibs
}
}