summaryrefslogtreecommitdiff
path: root/modules/getgroups-tests
diff options
context:
space:
mode:
Diffstat (limited to 'modules/getgroups-tests')
-rw-r--r--modules/getgroups-tests12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/getgroups-tests b/modules/getgroups-tests
new file mode 100644
index 0000000000..f879e494b2
--- /dev/null
+++ b/modules/getgroups-tests
@@ -0,0 +1,12 @@
+Files:
+tests/test-getgroups.c
+
+Depends-on:
+progname
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-getgroups
+check_PROGRAMS += test-getgroups
+test_getgroups_LDADD = $(LDADD) @LIBINTL@