From 483b7acbfbd9f3385fde99cf4febeebb5093cef9 Mon Sep 17 00:00:00 2001 From: Adam Mitz Date: Mon, 22 Apr 2019 09:26:53 -0500 Subject: orbsvcs tests/examples: removed MPC files from Documentation_Files group as they are already in Build_Files VS2017 and VS2019 require each file to be listed in a single section, no overlaps --- TAO/orbsvcs/examples/ImR/Advanced/Advanced.mpc | 1 - TAO/orbsvcs/tests/FT_App/FT_App.mpc | 1 - 2 files changed, 2 deletions(-) diff --git a/TAO/orbsvcs/examples/ImR/Advanced/Advanced.mpc b/TAO/orbsvcs/examples/ImR/Advanced/Advanced.mpc index 9a51388965d..9e83a2e0936 100644 --- a/TAO/orbsvcs/examples/ImR/Advanced/Advanced.mpc +++ b/TAO/orbsvcs/examples/ImR/Advanced/Advanced.mpc @@ -16,7 +16,6 @@ project(*Manager): orbsvcsexe, portableserver { ManagerC.cpp } Documentation_Files { - Advanced.mpc run_test.pl README drivers/* diff --git a/TAO/orbsvcs/tests/FT_App/FT_App.mpc b/TAO/orbsvcs/tests/FT_App/FT_App.mpc index 1c99f00f1fa..2d0adeb89f1 100644 --- a/TAO/orbsvcs/tests/FT_App/FT_App.mpc +++ b/TAO/orbsvcs/tests/FT_App/FT_App.mpc @@ -32,7 +32,6 @@ project(*Server): taoserver, fault_tolerance, orbsvcsexe, avoids_minimum_corba, Documentation_Files { README - FT_App.mpc run_test_basic.pl // can the client talk to the server run_test_detector.pl // does a detector notice a server fault run_test_notifier.pl // does the notification get to an analyzer -- cgit v1.2.1 From 1cc99db75ca15faed9fee9f4ac1d716a0bb1b487 Mon Sep 17 00:00:00 2001 From: Adam Mitz Date: Tue, 23 Apr 2019 09:45:23 -0500 Subject: orbsvcs tests/examples: removed Perl files from Documentation_Files group as they are already in Test_Files VS2017 and VS2019 require each file to be listed in a single section, no overlaps --- TAO/orbsvcs/examples/ImR/Advanced/Advanced.mpc | 1 - TAO/orbsvcs/tests/FT_App/FT_App.mpc | 8 -------- 2 files changed, 9 deletions(-) diff --git a/TAO/orbsvcs/examples/ImR/Advanced/Advanced.mpc b/TAO/orbsvcs/examples/ImR/Advanced/Advanced.mpc index 9e83a2e0936..09aa1579a60 100644 --- a/TAO/orbsvcs/examples/ImR/Advanced/Advanced.mpc +++ b/TAO/orbsvcs/examples/ImR/Advanced/Advanced.mpc @@ -16,7 +16,6 @@ project(*Manager): orbsvcsexe, portableserver { ManagerC.cpp } Documentation_Files { - run_test.pl README drivers/* } diff --git a/TAO/orbsvcs/tests/FT_App/FT_App.mpc b/TAO/orbsvcs/tests/FT_App/FT_App.mpc index 2d0adeb89f1..f3ff80e6d77 100644 --- a/TAO/orbsvcs/tests/FT_App/FT_App.mpc +++ b/TAO/orbsvcs/tests/FT_App/FT_App.mpc @@ -32,14 +32,6 @@ project(*Server): taoserver, fault_tolerance, orbsvcsexe, avoids_minimum_corba, Documentation_Files { README - run_test_basic.pl // can the client talk to the server - run_test_detector.pl // does a detector notice a server fault - run_test_notifier.pl // does the notification get to an analyzer - run_test_fault_consumer.pl // Is the notification analyzed correctly - run_test_registry.pl // does the stand-along factory registry work - run_test_rmregistry.pl // does the factory registry in the RM work - run_test_replication_mgr.pl // - run_test_demo.pl // test it all together } IDL_Files { -- cgit v1.2.1