added -Werror to test

master
Avril 3 years ago
parent 224b7616ae
commit 573e6d4095
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -4,7 +4,7 @@
test: test/test
test/test: test/test.cpp
$(CXX) -I. --std=c++20 -Wall -pedantic $< -o $@
$(CXX) -I. --std=c++20 -Wall -Werror -pedantic $< -o $@
if strings $@ | grep Hello; then exit 1; fi
./$@
strings $@ | grep bOFFE >> /dev/null

Loading…
Cancel
Save