author | Alberto Bertogli
<albertito@blitiri.com.ar> 2018-03-25 18:51:29 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2018-03-25 18:51:29 UTC |
parent | bb09361e0761aaf0503132305d2e56d2cbfad5de |
tests/utils/Makefile | +2 | -2 |
diff --git a/tests/utils/Makefile b/tests/utils/Makefile index fc78d2e..0c79bad 100644 --- a/tests/utils/Makefile +++ b/tests/utils/Makefile @@ -10,7 +10,7 @@ endif default: all -all: lnlibs tests +all: tests # Link the libraries to a single place, as the scripts expect. @@ -34,7 +34,7 @@ SRCS := $(wildcard test-*) tests: $(patsubst %,run-%,$(SRCS)) -run-%: % +run-%: % lnlibs $(NICE_RUN) ./$< > output-$<.txt 2>&1