diff options
| author | Andreas Schneider <asn@samba.org> | 2013-12-12 21:26:15 +0100 |
|---|---|---|
| committer | Andreas Schneider <asn@samba.org> | 2013-12-12 21:26:15 +0100 |
| commit | bfeac80c3ca82acd9fba6fafcf92f6201b1be906 (patch) | |
| tree | 78a79d572efc031bbe77ae0c1ccac2e51207b14d /tests | |
| parent | 580a75ec306dc939f0d325ed639ea41ea7e482e2 (diff) | |
| download | socket_wrapper-bfeac80c3ca82acd9fba6fafcf92f6201b1be906.tar.gz socket_wrapper-bfeac80c3ca82acd9fba6fafcf92f6201b1be906.tar.xz socket_wrapper-bfeac80c3ca82acd9fba6fafcf92f6201b1be906.zip | |
tests: Rename testsuite to test_ioctl.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | tests/test_ioctl.c (renamed from tests/testsuite.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 9de698e..cce34a2 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -17,7 +17,7 @@ target_link_libraries(${TORTURE_LIBRARY} ${CMOCKA_LIBRARY} ${SWRAP_REQUIRED_LIBRARIES}) -set(SWRAP_TESTS testsuite test_echo_udp_sendto_recvfrom) +set(SWRAP_TESTS test_ioctl test_echo_udp_sendto_recvfrom) foreach(_SWRAP_TEST ${SWRAP_TESTS}) add_cmocka_test(${_SWRAP_TEST} ${_SWRAP_TEST}.c ${TORTURE_LIBRARY}) diff --git a/tests/testsuite.c b/tests/test_ioctl.c index 0c9bfc6..0c9bfc6 100644 --- a/tests/testsuite.c +++ b/tests/test_ioctl.c |
