Skip to content

Commit

Permalink
Make individual unitttest targets both build and run
Browse files Browse the repository at this point in the history
  • Loading branch information
WebDrake committed Jun 9, 2014
1 parent 3b2874c commit 5362fa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 5362fa7

Please sign in to comment.