summaryrefslogtreecommitdiff
path: root/websvcs/tests/tests.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'websvcs/tests/tests.mpc')
-rw-r--r--websvcs/tests/tests.mpc13
1 files changed, 0 insertions, 13 deletions
diff --git a/websvcs/tests/tests.mpc b/websvcs/tests/tests.mpc
deleted file mode 100644
index f4379ac3883..00000000000
--- a/websvcs/tests/tests.mpc
+++ /dev/null
@@ -1,13 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project(Websvcs Test) : aceexe {
- exename = Test_Url_Addr
- libs += websvcs
- after += websvcs
- Source_Files {
- Test_URL_Addr.cpp
- }
- Header_Files {
- }
-}