Skip to content

Commit 5dec1ee

Browse files
committed
Fix make tvs, add make pr-check
Fixup of 5ad1681 Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
1 parent ec8ffbb commit 5dec1ee

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

makefile_include.mk

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,11 +451,14 @@ bins: $(call print-help,bins,Builds the library and all useful demos) $(USEFUL_D
451451
check: test
452452
./test
453453

454-
tvs: sizes constants tv_gen
454+
tvs: hashsum sizes constants tv_gen
455455
./tv_gen
456456
./.ci/coverage_more.sh
457457
mv *_tv.txt notes/
458458

459+
pr-check: tvs
460+
./helper.pl -a -u
461+
459462
#build the doxy files (requires Doxygen, tetex and patience)
460463
doxygen: $(call print-help,doxygen,Builds the doxygen html documentation)
461464
$(MAKE) -C doc/ $@ V=$(V)

0 commit comments

Comments
 (0)