Browse Source

add `check` maketarget

Steffen Jaeckel 4 years ago
parent
commit
c549f0fb3b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      makefile_include.mk

+ 3 - 0
makefile_include.mk

@@ -434,6 +434,9 @@ all_test: $(call print-help,all_test,Builds the library and all unbroken demos a
 
 
 bins: $(call print-help,bins,Builds the library and all useful demos) $(USEFUL_DEMOS)
 bins: $(call print-help,bins,Builds the library and all useful demos) $(USEFUL_DEMOS)
 
 
+check: test
+	./test
+
 #build the doxy files (requires Doxygen, tetex and patience)
 #build the doxy files (requires Doxygen, tetex and patience)
 doxygen: $(call print-help,doxygen,Builds the doxygen html documentation)
 doxygen: $(call print-help,doxygen,Builds the doxygen html documentation)
 	$(MAKE) -C doc/ $@ V=$(V)
 	$(MAKE) -C doc/ $@ V=$(V)