~mcasadevall/libgopher/trunk

« back to all changes in this revision

Viewing changes to tests/CMakeLists.txt

  • Committer: Michael Casadevall
  • Date: 2008-05-31 04:04:05 UTC
  • Revision ID: sonicmctails@gmail.com-20080531040405-75gywjiixy6q9oa1
Corrected one of the tests in the test suite

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
# gopher connect
14
14
ADD_EXECUTABLE(gopher_connect ${CMAKE_SOURCE_DIR}/tests/gopher_connect.c)
15
15
ADD_TEST(gopher_connect ${EXECUTABLE_OUTPUT_PATH}/gopher_connect)
 
16
 
 
17
# goper sendrecv
 
18
ADD_EXECUTABLE(gopher_sendrecv ${CMAKE_SOURCE_DIR}/tests/gopher_sendrecv.c)
 
19
ADD_TEST(gopher_sendrecv ${EXECUTABLE_OUTPUT_PATH}/gopher_sendrecv)