Skip to content

Commit 8896322

Browse files
committed
added expected output for selfcheck
1 parent 7e7a525 commit 8896322

4 files changed

Lines changed: 4309 additions & 2 deletions

File tree

.github/workflows/CI-unixish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Install missing software on macos
5555
if: contains(matrix.os, 'macos')
5656
run: |
57-
brew install coreutils
57+
brew install coreutils diffutils
5858
5959
- name: Install missing Python packages
6060
run: |

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ test: testrunner simplecpp
2323
python3 -m pytest integration_test.py -vv
2424

2525
selfcheck: simplecpp
26-
CXX=$(CXX) ./selfcheck.sh
26+
CXX=$(CXX) STRICT=1 ./selfcheck.sh
2727

2828
simplecpp: main.o simplecpp.o
2929
$(CXX) $(LDFLAGS) main.o simplecpp.o -o simplecpp

0 commit comments

Comments
 (0)