Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
ignore test/%.exp expectation files for whitespace check
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNowak committed Sep 7, 2015
1 parent 18796e1 commit 2252334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posix.mak
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ test/%/.run: test/%/Makefile
#################### test for undesired white spaces ##########################
CWS_MANIFEST = $(shell git ls-tree --name-only -r HEAD)
CWS_MAKEFILES = $(filter mak/% %.mak %/Makefile,$(CWS_MANIFEST))
NOT_MAKEFILES = $(filter-out $(CWS_MAKEFILES) src/rt/minit.obj,$(CWS_MANIFEST))
NOT_MAKEFILES = $(filter-out $(CWS_MAKEFILES) src/rt/minit.obj test/%.exp,$(CWS_MANIFEST))
GREP = grep

checkwhitespace:
Expand Down

0 comments on commit 2252334

Please sign in to comment.