We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31164c2 commit 27cecf7Copy full SHA for 27cecf7
.github/workflows/CI-unixish.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Install missing software on macos
54
if: contains(matrix.os, 'macos')
55
run: |
56
- brew install coreutils
+ brew install coreutils diffutils
57
58
- name: Install missing Python packages
59
Makefile
@@ -22,7 +22,7 @@ test: testrunner simplecpp
22
python3 -m pytest integration_test.py -vv
23
24
selfcheck: simplecpp
25
- CXX=$(CXX) ./selfcheck.sh
+ CXX=$(CXX) STRICT=1 ./selfcheck.sh
26
27
simplecpp: main.o simplecpp.o
28
$(CXX) $(LDFLAGS) main.o simplecpp.o -o simplecpp
0 commit comments