Skip to content

Commit

Permalink
added output on test failure
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Beckwith <wythe@intrig.com>
  • Loading branch information
wythe committed Dec 11, 2019
1 parent 83a4877 commit c62fdeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ realclean:
rm -rf build

check: build
ninja -C build test
CTEST_OUTPUT_ON_FAILURE=1 ninja -C build test

install: build
ninja -C build install
Expand Down
2 changes: 1 addition & 1 deletion unit/message_unit.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class unit {
public:
void register_tests(ict::unit_test<unit> &ut) {
ut.add(&unit::find_first_test);
ut.iso(&unit::find_first_again);
ut.add(&unit::find_first_again);
ut.add(&unit::for_each_path_test);
ut.skip();
ut.cont();
Expand Down

0 comments on commit c62fdeb

Please sign in to comment.