summaryrefslogtreecommitdiff
path: root/tests/TkReactor_Test.icc
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-04-11 23:35:41 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-04-11 23:35:41 +0000
commit8bf37aa60a50b15dae57bb955b96d56fce738d18 (patch)
tree9834f9550e769aaad68dce46821adeb4148f7e24 /tests/TkReactor_Test.icc
parent7b41b14e94538517c380cceb7157c0b46655b507 (diff)
downloadATCD-8bf37aa60a50b15dae57bb955b96d56fce738d18.tar.gz
ChangeLogTag:Sun Apr 11 18:33:35 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'tests/TkReactor_Test.icc')
-rw-r--r--tests/TkReactor_Test.icc22
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/TkReactor_Test.icc b/tests/TkReactor_Test.icc
deleted file mode 100644
index 3a16d4960a3..00000000000
--- a/tests/TkReactor_Test.icc
+++ /dev/null
@@ -1,22 +0,0 @@
-// $Id$
-
-include "vacpp_setup.icc"
-option
- link(libSearchPath, platformLibSearchPath),
- incl(searchPath, ".."),
- link(linkWithMultiThreadLib,yes),
- link(debug)
- {
- target type (exe) "TkReactor_Test"
- {
- source type (cpp) "TkReactor_Test.cpp", "Main.cpp"
- 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
- }
- }