Skip to content

Commit

Permalink
Make tests run always, fix test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-tux committed Feb 28, 2022
1 parent 4951091 commit 1950f8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ clean:
find ./obj/ -type f | grep -v '.gitkeep' | xargs rm -rf
find ./conan/ -type f | grep -v '.gitkeep' | xargs rm -rf

.PHONY: all dirs clean $(TESTS:%=$(BIND)/%)
.PHONY: all dirs clean $(TESTS:%=$(BIND)/%) $(BIND)/_test
2 changes: 1 addition & 1 deletion test/src/test_sources.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ TEST_CASE("Generator from std::istream") {
}

bool genstate = gen;
CHECK(genstate);
CHECK(!genstate);
}

TEST_CASE("Generator from std::istream, by lines") {
Expand Down

0 comments on commit 1950f8c

Please sign in to comment.