summaryrefslogtreecommitdiff
path: root/ACE/tests/tests.mpc
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2013-05-29 06:59:19 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2013-05-29 06:59:19 +0000
commit74fba490e0fa01884bb89b2aabaf4ad1948fec43 (patch)
tree59aa090df93948b77219f1e36bec495e22b02a83 /ACE/tests/tests.mpc
parent0123f67268a2769a4ac01b4639f2ae9da8560209 (diff)
downloadATCD-74fba490e0fa01884bb89b2aabaf4ad1948fec43.tar.gz
Wed May 29 06:58:53 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/config-sunos5.7.h: Fixed possible redefinition warning * docs/ACE-development-process.html: Extended bczar instructions, updated link * tests/Compiler_Features_20_DLL.h: * tests/Compiler_Features_20_DLL.cpp: * tests/Compiler_Features_20_DLL_Export.h: * tests/tests.mpc: New C++11 compiler feature test
Diffstat (limited to 'ACE/tests/tests.mpc')
-rw-r--r--ACE/tests/tests.mpc18
1 files changed, 17 insertions, 1 deletions
diff --git a/ACE/tests/tests.mpc b/ACE/tests/tests.mpc
index 704010d4130..c11c786c3d8 100644
--- a/ACE/tests/tests.mpc
+++ b/ACE/tests/tests.mpc
@@ -36,7 +36,6 @@ project(Framework Component DLL) : acelib {
}
}
-
project(DLL Test Parent Lib) : acelib {
libout = .
sharedname = DLL_Test_Parent
@@ -680,6 +679,23 @@ project(Compiler_Features_19_Test) : acetest {
}
}
+project(Compiler_Features_20_Test) : acelib {
+ libout = .
+ sharedname = Compiler_Features_20
+ dynamicflags += COMPILER_FEATURES_20_DLL_BUILD_DLL
+
+ Source_Files {
+ Compiler_Features_20_DLL.cpp
+ }
+ Header_Files {
+ Compiler_Features_20_DLL.h
+ Compiler_Features_20_DLL_Export.h
+ }
+ Resource_Files {
+ }
+}
+
+
project(Config Test) : acetest {
avoids += ace_for_tao
exename = Config_Test