summaryrefslogtreecommitdiff
path: root/tests/SSL/tests.mpc
blob: c49e4d746a53d18abb41615b3165960484ce62e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//  -*- MPC -*-
// $Id$

project(SSL Asynch_Stream Test) : acetest, ssl {
  exename = SSL_Asynch_Stream_Test
  Source_Files {
    SSL_Asynch_Stream_Test.cpp
  }
}

project(Thread Pool Reactor SSL Test) : acetest, ssl {
  exename = Thread_Pool_Reactor_SSL_Test
  Source_Files {
    Thread_Pool_Reactor_SSL_Test.cpp
  }
}