summaryrefslogtreecommitdiff
path: root/CIAO/tests/CIF/Events/Events.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/CIF/Events/Events.mpc')
-rw-r--r--CIAO/tests/CIF/Events/Events.mpc14
1 files changed, 0 insertions, 14 deletions
diff --git a/CIAO/tests/CIF/Events/Events.mpc b/CIAO/tests/CIF/Events/Events.mpc
deleted file mode 100644
index b02f4f0f03b..00000000000
--- a/CIAO/tests/CIF/Events/Events.mpc
+++ /dev/null
@@ -1,14 +0,0 @@
-project (Events_Test_Client) : ccm_configvalue, naming, ciao_base {
- after += CIF_Common CIF_Component_stub
- libpaths += ../lib
- libs += CIF_Common CIF_Component_stub
- exename=Events_Test_Client
- includes += ..
-
- IDL_Files {
- }
-
- Source_Files {
- client.cpp
- }
-}