Skip to content

Commit d0f5948

Browse files
committed
added expected output for selfcheck
1 parent 37fa4f4 commit d0f5948

File tree

4 files changed

+4308
-2
lines changed

4 files changed

+4308
-2
lines changed

.github/workflows/CI-unixish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Install missing software on macos
4646
if: contains(matrix.os, 'macos')
4747
run: |
48-
brew install coreutils
48+
brew install coreutils diffutils
4949
5050
- name: Install missing Python packages
5151
run: |

Makefile

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

2424
selfcheck: simplecpp
25-
./selfcheck.sh
25+
STRICT=1 ./selfcheck.sh
2626

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

0 commit comments

Comments
 (0)