|
|
|
|
8
|
TEXFILE=$(OUTDIR)/unittest.tex
|
8
|
TEXFILE=$(OUTDIR)/unittest.tex
|
9
|
PDFFILE=$(OUTDIR)/unittest.pdf
|
9
|
PDFFILE=$(OUTDIR)/unittest.pdf
|
10
|
|
10
|
|
11
|
-.PHONY: all help release full short smoke single testrun_full testrun_short testrun_smoke testrun_single coverage_analysis finalise status compile release_testcases publish view clean
|
|
|
|
|
11
|
+.PHONY: all help venv2 venv3 release full short smoke single testrun_full testrun_short testrun_smoke testrun_single coverage_analysis finalise status compile release_testcases publish view clean
|
12
|
|
12
|
|
13
|
all: full
|
13
|
all: full
|
14
|
|
14
|
|