mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
8 lines
184 B
Makefile
8 lines
184 B
Makefile
-include tests/unit/Makefile.inc
|
|
-include tests/integration/Makefile.inc
|
|
|
|
tests: unit-tests integration-tests
|
|
|
|
run-tests: run-unit-tests run-integration-tests
|
|
|
|
.PHONY: tests run-tests
|