From 5362fa706b25e42304243a6aa11d79e3bd224ceb Mon Sep 17 00:00:00 2001 From: Joseph Rushton Wakeling Date: Sun, 8 Jun 2014 20:18:07 +0200 Subject: [PATCH] Make individual unitttest targets both build and run --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cc43eb5..f55591a 100644 --- a/Makefile +++ b/Makefile @@ -20,13 +20,13 @@ benchmarkold: benchmarkold.d $(SRC) unit: $(SRC) $(DC) -I./source -main -unittest -debug -cov -of$@ $^ + ./unit unit-xper: $(EXPERIMENTAL) $(SRC) $(DC) -I./source -main -unittest -debug -cov -of$@ $^ + ./unit-xper unittest: unit unit-xper - ./unit - ./unit-xper doc: $(SRC) $(EXPERIMENTAL) $(DC) -I./source -o- -Ddhtml $^ doc.ddoc template.ddoc