summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/FT_App/FT_App.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/FT_App/FT_App.mpc')
-rw-r--r--TAO/orbsvcs/tests/FT_App/FT_App.mpc27
1 files changed, 27 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/FT_App/FT_App.mpc b/TAO/orbsvcs/tests/FT_App/FT_App.mpc
index e0f2129fe93..121a7ea3a1f 100644
--- a/TAO/orbsvcs/tests/FT_App/FT_App.mpc
+++ b/TAO/orbsvcs/tests/FT_App/FT_App.mpc
@@ -85,3 +85,30 @@ project(*Analyzer): taoclient, fault_tolerance, orbsvcsexe {
run_test_notifier.pl
}
}
+
+project(*FactoryRegistry): taoclient, fault_tolerance, orbsvcsexe {
+ exename = ft_registry
+
+ Source_Files {
+ FTAPP_FactoryRegistry_Main.cpp
+ FactoryRegistry_i.cpp
+ }
+
+// // Custom folder: script to run this test
+// Define_Custom(Script){
+// inputext = .pl, .py, .rb
+// generic_outputext = .txt
+// }
+//
+// Script_Files {
+// run_test_detector.pl
+// }
+
+ // explicitly omit IDL files
+ IDL_Files {
+ }
+ Documentation_Files {
+ // pretend the pl file is documentation for now
+ run_test_registry.pl
+ }
+}