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.mpc8
1 files changed, 8 insertions, 0 deletions
diff --git a/performance-tests/Misc/Misc.mpc b/performance-tests/Misc/Misc.mpc
index 94a3bea51b4..5c2aa3ec7d5 100644
--- a/performance-tests/Misc/Misc.mpc
+++ b/performance-tests/Misc/Misc.mpc
@@ -2,6 +2,7 @@
// $Id$
project(*basic_perf) : aceexe {
+ exename = basic_perf
Source_Files {
basic_func.cpp
basic_perf.cpp
@@ -9,36 +10,42 @@ project(*basic_perf) : aceexe {
}
project(*childbirth_time) : aceexe {
+ exename = childbirth_time
Source_Files {
childbirth_time.cpp
}
}
project(*context_switch_time) : aceexe {
+ exename = context_switch_time
Source_Files {
context_switch_time.cpp
}
}
project(*test_mutex) : aceexe {
+ exename = test_mutex
Source_Files {
test_mutex.cpp
}
}
project(*test_naming) : aceexe {
+ exename = test_naming
Source_Files {
test_naming.cpp
}
}
project(*test_singleton) : aceexe {
+ exename = test_singleton
Source_Files {
test_singleton.cpp
}
}
project(*preempt) : aceexe {
+ exename = preempt
Source_Files {
preempt.cpp
}
@@ -46,6 +53,7 @@ project(*preempt) : aceexe {
// May need to add an ace_obsolete_guard_class feature
//project(*test_guard) : aceexe {
+// exename = test_guard
// Source_Files {
// test_guard.cpp
// }