Skip to content
Snippets Groups Projects

[Makefile] The 'check' target should also run the smoke tests

Merged Florian Schmaus requested to merge flow/emper:check-should-smoke-test into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -51,7 +51,7 @@ TEST_NINJA_TARGETS += test
doc: all
$(NINJA) -C build doc/html
check: test
check: smoke-test test
test: all
$(NINJA) -C build $(TEST_NINJA_TARGETS)
Loading