summaryrefslogtreecommitdiff
path: root/tests/Reactor_Exceptions_Test.icc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Reactor_Exceptions_Test.icc')
-rw-r--r--tests/Reactor_Exceptions_Test.icc15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/Reactor_Exceptions_Test.icc b/tests/Reactor_Exceptions_Test.icc
deleted file mode 100644
index bc7d5fc9058..00000000000
--- a/tests/Reactor_Exceptions_Test.icc
+++ /dev/null
@@ -1,15 +0,0 @@
-// $Id$
-
-include "vacpp_setup.icc"
-option
- link(libSearchPath, platformLibSearchPath),
- incl(searchPath, ".."),
- link(linkWithMultiThreadLib,yes),
- link(debug)
- {
- target type (exe) "Reactor_Exceptions_Test"
- {
- source type (cpp) "Reactor_Exceptions_Test.cpp"
- source platformLinkLibs
- }
- }