We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3133828 commit 2158b24Copy full SHA for 2158b24
tests/Makefile.am
@@ -127,12 +127,7 @@ tests/trust_dir/done: $(top_srcdir)/tests/make_ca.pl $(top_srcdir)/tests/trust_d
127
PATH=tests:${PATH} $(top_srcdir)/tests/make_ca.pl $(top_builddir)/tests/trust_dir $(top_srcdir)/tests/trust_dir.cnf
128
touch $(top_builddir)/tests/trust_dir/done
129
130
-libbson_check:
131
-if WITH_LIBBSON
132
- @ $(MAKE) -C src/libbson check
133
-endif
134
-
135
-check: libbson_check test abicheck
+check: test abicheck
136
137
TEST_ARGS = -f -p
138
0 commit comments