@@ -49,7 +49,7 unix:coverage:{ | |||
|
49 | 49 | |
|
50 | 50 | runcoverage.target = run_coverage |
|
51 | 51 | runcoverage.depends = buildcoverage |
|
52 | runcoverage.commands = for f in `ls ./bin/tst_*` ; do echo "processing \$\$f test..."; \$\$f >> unit.log; done ; | |
|
52 | runcoverage.commands = for f in `ls ./bin/tst_*` ; do echo "processing \$\$f test..."; \$\$f >> unit.log; done ; exit 0; | |
|
53 | 53 | |
|
54 | 54 | gencoverage.target = gen_coverage |
|
55 | 55 | gencoverage.depends = runcoverage |
General Comments 0
You need to be logged in to leave comments.
Login now