File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -54,11 +54,13 @@ all: $(POSTGRES_LIB)
54
54
# ##############################################################################
55
55
# Utility
56
56
# ##############################################################################
57
+ check-test : $(POSTGRES_TEST )
58
+ $(POSTGRES_TEST )
59
+
57
60
check-doc : $(POSTGRES_LIB )
58
61
$(RUSTDOC ) $(LINK_ARGS ) -L $(BUILDDIR ) --test $(POSTGRES_LIB_FILE )
59
62
60
- check : $(POSTGRES_TEST ) check-doc
61
- $(POSTGRES_TEST )
63
+ check : check-test check-doc
62
64
63
65
clean :
64
66
rm -rf $(BUILDDIR )
@@ -75,4 +77,4 @@ install: $(POSTGRES_LIB)
75
77
$(MAKE ) -C $(PHF_DIR ) install INSTALL_DIR=$(abspath $(INSTALL_DIR ) )
76
78
install $(POSTGRES_LIB ) $(INSTALL_DIR )
77
79
78
- .PHONY : check-doc check clean clean-deps doc install
80
+ .PHONY : check-test check- doc check clean clean-deps doc install
You can’t perform that action at this time.
0 commit comments