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