diff options
Diffstat (limited to 'grp')
-rw-r--r-- | grp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/grp/Makefile b/grp/Makefile index 3ed8471fdd..a60d2f95ab 100644 --- a/grp/Makefile +++ b/grp/Makefile @@ -32,6 +32,9 @@ tests := testgrp ifeq (yes,$(build-shared)) test-srcs := tst_fgetgrent +ifeq ($(run-built-tests),yes) +tests-special += $(objpfx)tst_fgetgrent.out +endif endif @@ -54,7 +57,6 @@ endif ifeq ($(run-built-tests),yes) # tst_fgetgrent currently only works with shared libraries ifeq (yes,$(build-shared)) -tests: $(objpfx)tst_fgetgrent.out $(objpfx)tst_fgetgrent.out: tst_fgetgrent.sh $(objpfx)tst_fgetgrent $(SHELL) $< $(common-objpfx) '$(test-program-prefix)'; \ $(evaluate-test) |