فهرست منبع

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: