summaryrefslogtreecommitdiff
path: root/ACE/tests/tests.mpc
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2014-10-24 18:40:02 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2014-10-24 18:40:02 +0000
commit0cd70fe3f80cd2a9a368026cdb17d1d8d5a9d099 (patch)
tree2fa09f9b64f35a69b49a5c92d21a14c6f3fb486a /ACE/tests/tests.mpc
parent7b0f4ea86291cbe8ba331d8d4a27f218e02fa75c (diff)
downloadATCD-0cd70fe3f80cd2a9a368026cdb17d1d8d5a9d099.tar.gz
Fri Oct 24 18:41:42 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/Bug_4189_Regression_Test.cpp: * tests/run_test.lst: * tests/tests.mpc: New test for bugzilla 4189, on Windows it is not possible at this moment to open a ACE_SOCK_Dgram_Bcast multiple times on the same port, even when reuse_addr has been set to 1
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 23b0910d2dd..bb8a05dece3 100644
--- a/ACE/tests/tests.mpc
+++ b/ACE/tests/tests.mpc
@@ -477,6 +477,13 @@ project(Bug_4055_Regression_Test) : acetest, threads {
}
}
+project(Bug_4189_Regression_Test) : acetest, threads {
+ exename = Bug_4189_Regression_Test
+ Source_Files {
+ Bug_4189_Regression_Test.cpp
+ }
+}
+
project(Cache Map Manager Test) : acetest {
exename = Cache_Map_Manager_Test
Source_Files {