summaryrefslogtreecommitdiff
path: root/tests/Notify_Performance_Test.icc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Notify_Performance_Test.icc')
-rw-r--r--tests/Notify_Performance_Test.icc15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/Notify_Performance_Test.icc b/tests/Notify_Performance_Test.icc
deleted file mode 100644
index 34726f8e6c2..00000000000
--- a/tests/Notify_Performance_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) "Notify_Performance_Test"
- {
- source type (cpp) "Notify_Performance_Test.cpp"
- source platformLinkLibs
- }
- }