summaryrefslogtreecommitdiff
path: root/ACE/tests/tests.mpc
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2014-02-21 10:08:20 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2014-02-21 10:08:20 +0000
commita299b4cd86886d654fc2b565f18f12432386dda1 (patch)
treefa5300658ea2ca662538deb93273fd67d26aa9b4 /ACE/tests/tests.mpc
parent6f00bb553bfc59a0aa740e13e48d48b3d962ea87 (diff)
downloadATCD-a299b4cd86886d654fc2b565f18f12432386dda1.tar.gz
Feb 21 10:09:00 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/Compiler_Features_33_Test.cpp: * tests/run_test.lst: * tests/tests.mpc: New compiler feature test to validate that a switch with char works as it should
Diffstat (limited to 'ACE/tests/tests.mpc')
-rw-r--r--ACE/tests/tests.mpc7
1 files changed, 7 insertions, 0 deletions
diff --git a/ACE/tests/tests.mpc b/ACE/tests/tests.mpc
index f9a319c49fd..ed974c2f77a 100644
--- a/ACE/tests/tests.mpc
+++ b/ACE/tests/tests.mpc
@@ -792,6 +792,13 @@ project(Compiler_Features_32_Test) : acetest {
}
}
+project(Compiler_Features_33_Test) : acetest {
+ exename = Compiler_Features_33_Test
+ Source_Files {
+ Compiler_Features_33_Test.cpp
+ }
+}
+
project(Config Test) : acetest {
avoids += ace_for_tao
exename = Config_Test