tests: Add a basic test to check if the NSS module works
[nss_wrapper.git] / tests / CMakeLists.txt
index cdd8e0627ca5ec2f63e168cb8b7d063e8619a7f7..0d57a3f1e77868b0f1830fbb8e234292c2168291 100644 (file)
@@ -25,7 +25,8 @@ set(NWRAP_TESTS
     test_getaddrinfo
     test_getnameinfo
     test_gethostby_name_addr
-    test_gethostent)
+    test_gethostent
+    test_getpwuid_module)
 
 if (HAVE_SHADOW_H)
     list(APPEND NWRAP_TESTS test_shadow)