summaryrefslogtreecommitdiff
path: root/ACE/websvcs/tests/tests.mpc
blob: a2a6e2e3a42a1afcd092c0a5f5ce5da4a74ddb79 (plain)
1
2
3
4
5
6
7
8
9
10
11
// -*- MPC -*-
project(Websvcs Test) : aceexe {
  exename = Test_Url_Addr
  libs    += websvcs
  after   += websvcs
  Source_Files {
    Test_URL_Addr.cpp
  }
  Header_Files {
  }
}