tests: Rename testsuite to test_syscall_gid
authorAndreas Schneider <asn@samba.org>
Fri, 14 Aug 2015 06:27:14 +0000 (08:27 +0200)
committerAndreas Schneider <asn@samba.org>
Mon, 17 Aug 2015 08:44:38 +0000 (10:44 +0200)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
tests/CMakeLists.txt
tests/test_syscall_gid.c [moved from tests/testsuite.c with 100% similarity]

index 75c2677d60ec2d470a2a0d24ce4b956de77cf9db..cae22f03c202ffc90ff01e45be59137692fbd7b3 100644 (file)
@@ -18,11 +18,11 @@ endif ()
 set(TESTSUITE_LIBRARIES ${UWRAP_REQUIRED_LIBRARIES} ${CMOCKA_LIBRARY})
 
 set(UWRAP_TESTS
-    testsuite
     test_uid
     test_gid
     test_syscall
-    test_syscall_uid)
+    test_syscall_uid
+    test_syscall_gid)
 
 foreach(_UWRAP_TEST ${UWRAP_TESTS})
     add_cmocka_test(${_UWRAP_TEST} ${_UWRAP_TEST}.c ${TESTSUITE_LIBRARIES})
similarity index 100%
rename from tests/testsuite.c
rename to tests/test_syscall_gid.c