Revision 1458
Added by Aaron Marcuse-Kubitza almost 13 years ago
Makefile | ||
---|---|---|
214 | 214 |
|
215 | 215 |
import: _always inputs/import ; |
216 | 216 |
|
217 |
verify: _always inputs/verify ;
|
|
217 |
verify: _always inputs/verify |
|
218 | 218 |
@$(done) |
219 | 219 |
|
220 |
test: _always inputs/test ;
|
|
220 |
test: _always inputs/test |
|
221 | 221 |
@$(done) |
222 |
|
|
223 |
##### Testing |
|
224 |
|
|
225 |
test-all: _always remake test |
|
226 |
@$(done) |
Also available in: Unified diff
root Makefile: Added test-all for most complete coverage. Removed extraneous ";" at the end of the prerequisites line of rules with a recipe.