Skip to content

Commit 1950f8c

Browse files
committed
Make tests run always, fix test issue
1 parent 4951091 commit 1950f8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ clean:
3333
find ./obj/ -type f | grep -v '.gitkeep' | xargs rm -rf
3434
find ./conan/ -type f | grep -v '.gitkeep' | xargs rm -rf
3535

36-
.PHONY: all dirs clean $(TESTS:%=$(BIND)/%)
36+
.PHONY: all dirs clean $(TESTS:%=$(BIND)/%) $(BIND)/_test

test/src/test_sources.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ TEST_CASE("Generator from std::istream") {
102102
}
103103

104104
bool genstate = gen;
105-
CHECK(genstate);
105+
CHECK(!genstate);
106106
}
107107

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

0 commit comments

Comments
 (0)