diff options
Diffstat (limited to 'string/Makefile')
-rw-r--r-- | string/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/string/Makefile b/string/Makefile index af0eece785..3759229587 100644 --- a/string/Makefile +++ b/string/Makefile @@ -76,5 +76,6 @@ 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 $^ > $@ + cmp $^ > $@; \ + $(evaluate-test) endif |