|
@@ -451,11 +451,14 @@ bins: $(call print-help,bins,Builds the library and all useful demos) $(USEFUL_D
|
|
check: test
|
|
check: test
|
|
./test
|
|
./test
|
|
|
|
|
|
-tvs: sizes constants tv_gen
|
|
|
|
|
|
+tvs: hashsum sizes constants tv_gen
|
|
./tv_gen
|
|
./tv_gen
|
|
./.ci/coverage_more.sh
|
|
./.ci/coverage_more.sh
|
|
mv *_tv.txt notes/
|
|
mv *_tv.txt notes/
|
|
|
|
|
|
|
|
+pr-check: tvs
|
|
|
|
+ ./helper.pl -a -u
|
|
|
|
+
|
|
#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)
|