summaryrefslogtreecommitdiff
path: root/ACE/tests/tests.mpc
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2013-08-09 14:28:12 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2013-08-09 14:28:12 +0000
commitba16c457a7c4936f78deadbf7da19fd53e85031d (patch)
treea96eec669132d221639d6a60563b67a732eec906 /ACE/tests/tests.mpc
parentce3b61446ceda811f8f90c3a47f4def8190283fd (diff)
downloadATCD-ba16c457a7c4936f78deadbf7da19fd53e85031d.tar.gz
Fri Aug 9 14:27:56 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/Compiler_Features_22_DLL.h: * tests/Compiler_Features_22_DLL.cpp: * tests/Compiler_Features_22_DLL_Export.h: * tests/tests.mpc: New test for template method specialization combined with dllexport
Diffstat (limited to 'ACE/tests/tests.mpc')
-rw-r--r--ACE/tests/tests.mpc16
1 files changed, 16 insertions, 0 deletions
diff --git a/ACE/tests/tests.mpc b/ACE/tests/tests.mpc
index 6b7daad3f84..7977e8b39d3 100644
--- a/ACE/tests/tests.mpc
+++ b/ACE/tests/tests.mpc
@@ -702,6 +702,22 @@ project(Compiler_Features_21_Test) : acetest {
}
}
+project(Compiler_Features_22_Test) : acelib {
+ libout = .
+ sharedname = Compiler_Features_22
+ dynamicflags += COMPILER_FEATURES_22_DLL_BUILD_DLL
+
+ Source_Files {
+ Compiler_Features_22_DLL.cpp
+ }
+ Header_Files {
+ Compiler_Features_22_DLL.h
+ Compiler_Features_22_DLL_Export.h
+ }
+ Resource_Files {
+ }
+}
+
project(Config Test) : acetest {
avoids += ace_for_tao
exename = Config_Test