瀏覽代碼

Rename 'make check' to 'make test'

Bryan Drewery 14 年之前
父節點
當前提交
2d826e65f3
共有 2 個文件被更改,包括 5 次插入7 次删除
  1. 3 3
      BSDmakefile
  2. 2 4
      Makefile.in

+ 3 - 3
BSDmakefile

@@ -1,4 +1,4 @@
-.PHONY: default check_gmake debug static dynamic clean distclean check
+.PHONY: default check_gmake debug static dynamic clean distclean test
 
 default: check_gmake
 	@gmake
@@ -14,5 +14,5 @@ clean: check_gmake
 	@gmake clean
 distclean: check_gmake
 	@gmake distclean
-check:
-	@gmake check
+test:
+	@gmake test

+ 2 - 4
Makefile.in

@@ -82,9 +82,9 @@ MAKE_UTILS_NR = $(MAKE) 'CXX=$(CXX)' 'STRIP=touch' \
 
 MAKE_CONFIG = $(MAKE) 'MAKE=$(MAKE)'
 
-.PHONY: checkclean.static checkclean.dynamic checkclean.debug lib wraith dwraith lib.debug debug check general crypto utils sorthelp makehelp makeset makeres stringfix set res help sort indent tar distrib distclean clean cleanutils test default dynamic static
+.PHONY: checkclean.static checkclean.dynamic checkclean.debug lib wraith dwraith lib.debug debug test general crypto utils sorthelp makehelp makeset makeres stringfix set res help sort indent tar distrib distclean clean cleanutils test all dynamic static
 
-default: dynamic
+all: dynamic
 
 test:
 
@@ -206,8 +206,6 @@ crypto:
 
 general: help res set
 
-check:
-
 .NOTPARALLEL: checkclean.static checkclean.dynamic checkclean.debug
 
 checkclean.static: