소스 검색

Re-enable coverage test

Matthew Wang 8 년 전
부모
커밋
47c8527c79
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Makefile

+ 1
- 1
Makefile 파일 보기

@@ -19,7 +19,7 @@ doc-preview:
19 19
 	sleep 1
20 20
 	rm -f output.html
21 21
 
22
-test: doc-check reg
22
+test: doc-check cov reg
23 23
 
24 24
 test3: doc-check cov3 reg3
25 25