summaryrefslogtreecommitdiff
path: root/performance-tests/Misc/Misc.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'performance-tests/Misc/Misc.mpc')
-rw-r--r--performance-tests/Misc/Misc.mpc66
1 files changed, 0 insertions, 66 deletions
diff --git a/performance-tests/Misc/Misc.mpc b/performance-tests/Misc/Misc.mpc
deleted file mode 100644
index 3bffd12d021..00000000000
--- a/performance-tests/Misc/Misc.mpc
+++ /dev/null
@@ -1,66 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project(*basic_perf) : aceexe {
- avoids += ace_for_tao
- exename = basic_perf
- Source_Files {
- basic_func.cpp
- basic_perf.cpp
- }
-}
-
-project(*childbirth_time) : aceexe {
- avoids += ace_for_tao
- exename = childbirth_time
- Source_Files {
- childbirth_time.cpp
- }
-}
-
-project(*context_switch_time) : aceexe {
- avoids += ace_for_tao
- exename = context_switch_time
- Source_Files {
- context_switch_time.cpp
- }
-}
-
-project(*test_mutex) : aceexe {
- avoids += ace_for_tao
- exename = test_mutex
- Source_Files {
- test_mutex.cpp
- }
-}
-
-project(*test_naming) : aceexe {
- avoids += ace_for_tao
- exename = test_naming
- Source_Files {
- test_naming.cpp
- }
-}
-
-project(*test_singleton) : aceexe {
- avoids += ace_for_tao
- exename = test_singleton
- Source_Files {
- test_singleton.cpp
- }
-}
-
-project(*preempt) : aceexe {
- exename = preempt
- Source_Files {
- preempt.cpp
- }
-}
-
-// May need to add an ace_obsolete_guard_class feature
-//project(*test_guard) : aceexe {
-// exename = test_guard
-// Source_Files {
-// test_guard.cpp
-// }
-//}