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 37fa4f4 commit d0f5948Copy full SHA for d0f5948
.github/workflows/CI-unixish.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Install missing software on macos
46
if: contains(matrix.os, 'macos')
47
run: |
48
- brew install coreutils
+ brew install coreutils diffutils
49
50
- name: Install missing Python packages
51
Makefile
@@ -22,7 +22,7 @@ test: testrunner simplecpp
22
python3 -m pytest integration_test.py -vv
23
24
selfcheck: simplecpp
25
- ./selfcheck.sh
+ STRICT=1 ./selfcheck.sh
26
27
simplecpp: main.o simplecpp.o
28
$(CXX) $(LDFLAGS) main.o simplecpp.o -o simplecpp
0 commit comments