소스 검색

update documentation ...

Tiram 10 년 전
부모
커밋
243eb0fb39
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      documentation/general_notes.txt

+ 2 - 0
documentation/general_notes.txt

@@ -91,5 +91,7 @@ if [ ! -z "$VAR" ]; then
   echo "You've left a BREAK POINT in one of your files! Aborting commit..."
   exit 1
 fi 
+
+make test || exit 1
 exit 0