Skip to content

Commit 27cecf7

Browse files
committed
added expected output for selfcheck
1 parent 31164c2 commit 27cecf7

File tree

4 files changed

+4309
-2
lines changed

4 files changed

+4309
-2
lines changed

.github/workflows/CI-unixish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Install missing software on macos
5454
if: contains(matrix.os, 'macos')
5555
run: |
56-
brew install coreutils
56+
brew install coreutils diffutils
5757
5858
- name: Install missing Python packages
5959
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-
CXX=$(CXX) ./selfcheck.sh
25+
CXX=$(CXX) 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)