diff options
Diffstat (limited to 'string/Makefile')
-rw-r--r-- | string/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/string/Makefile b/string/Makefile index 543b5f68e4..5a76872131 100644 --- a/string/Makefile +++ b/string/Makefile @@ -58,6 +58,10 @@ tests := tester inl-tester noinl-tester testcopy test-ffs \ xtests = tst-strcoll-overflow +ifeq ($(run-built-tests),yes) +tests-special += $(objpfx)tst-svc-cmp.out +endif + include ../Rules tester-ENV = LANGUAGE=C @@ -76,7 +80,6 @@ CFLAGS-test-ffs.c = -fno-builtin CFLAGS-tst-inlcall.c = -fno-builtin ifeq ($(run-built-tests),yes) -tests: $(objpfx)tst-svc-cmp.out $(objpfx)tst-svc-cmp.out: tst-svc.expect $(objpfx)tst-svc.out cmp $^ > $@; \ $(evaluate-test) |