Skip to content

Commit 2158b24

Browse files
author
Christian Hergert
committed
tests: make check will auto recurse.
1 parent 3133828 commit 2158b24

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tests/Makefile.am

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,7 @@ tests/trust_dir/done: $(top_srcdir)/tests/make_ca.pl $(top_srcdir)/tests/trust_d
127127
PATH=tests:${PATH} $(top_srcdir)/tests/make_ca.pl $(top_builddir)/tests/trust_dir $(top_srcdir)/tests/trust_dir.cnf
128128
touch $(top_builddir)/tests/trust_dir/done
129129

130-
libbson_check:
131-
if WITH_LIBBSON
132-
@ $(MAKE) -C src/libbson check
133-
endif
134-
135-
check: libbson_check test abicheck
130+
check: test abicheck
136131

137132
TEST_ARGS = -f -p
138133

0 commit comments

Comments
 (0)