소스 검색

Add src/ to the list of source code checks.

tags/v0.99.beta17
Sam Hocevar sam 15 년 전
부모
커밋
36d81d283a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      tests/check-build

+ 1
- 1
tests/check-build 파일 보기

@@ -27,7 +27,7 @@ fi
# Check that we have no tabs or trailing spaces in the source code
#
failure=0
for dir in caca cxx examples ruby tools; do
for dir in caca src cxx examples ruby tools; do
pushd ../$dir >/dev/null
# Dirty hack to print the $(SOURCES) variable
for x in $(make -s ID SHELL='echo @@$(SOURCES)@@' | tr -d '\n' | sed 's/.*@@\([^@]*\)@@.*/\1/');


불러오는 중...
취소
저장