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 023e965 commit 995d76aCopy full SHA for 995d76a
tests/Makefile.am
@@ -108,7 +108,13 @@ tests/trust_dir/done: $(top_srcdir)/tests/make_ca.pl $(top_srcdir)/tests/trust_d
108
$< $(top_srcdir)/tests/trust_dir $(top_srcdir)/tests/trust_dir.cnf
109
touch $(top_srcdir)/tests/trust_dir/done
110
111
+if WITH_LIBBSON
112
+libbson_check:
113
+ @ $(MAKE) -C src/libbson check
114
+check: libbson_check test
115
+else
116
check: test
117
+endif
118
119
TEST_ARGS = -f -p
120
@@ -121,7 +127,7 @@ endif
121
127
./$$TEST_PROG $(TEST_ARGS) -F test.log; \
122
128
done
123
129
if OS_LINUX
124
- @ $(top_srcdir)/tests/abicheck.sh "$(top_srcdir)/src/libmongoc.symbols"
130
+ @ $(srcdir)/tests/abicheck.sh "$(srcdir)/src/libmongoc.symbols"
125
131
endif
126
132
133
DISTCLEANFILES += test.log
0 commit comments