File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ test_bitcoin_filtered.info: test_bitcoin.info
195
195
$(LCOV ) -r $< " /usr/include/*" -o $@
196
196
197
197
functional_test.info : test_bitcoin_filtered.info
198
- -@TIMEOUT=15 python test/functional/test_runner.py $(EXTENDED_RPC_TESTS )
198
+ -@TIMEOUT=15 python test/functional/test_runner.py $(EXTENDED_FUNCTIONAL_TESTS )
199
199
$(LCOV ) -c -d $(abs_builddir ) /src --t functional-tests -o $@
200
200
$(LCOV ) -z -d $(abs_builddir ) /src
201
201
$(LCOV ) -z -d $(abs_builddir ) /src/leveldb
Original file line number Diff line number Diff line change @@ -124,10 +124,10 @@ AC_ARG_ENABLE(bench,
124
124
[ use_bench=$enableval] ,
125
125
[ use_bench=yes] )
126
126
127
- AC_ARG_ENABLE ( [ extended-rpc -tests] ,
128
- AS_HELP_STRING ( [ --enable-extended-rpc -tests] ,[ enable expensive RPC tests when using lcov (default no)] ) ,
129
- [ use_extended_rpc_tests =$enableval] ,
130
- [ use_extended_rpc_tests =no] )
127
+ AC_ARG_ENABLE ( [ extended-functional -tests] ,
128
+ AS_HELP_STRING ( [ --enable-extended-functional -tests] ,[ enable expensive functional tests when using lcov (default no)] ) ,
129
+ [ use_extended_functional_tests =$enableval] ,
130
+ [ use_extended_functional_tests =no] )
131
131
132
132
AC_ARG_WITH ( [ qrencode] ,
133
133
[ AS_HELP_STRING ( [ --with-qrencode] ,
@@ -414,8 +414,8 @@ if test x$use_pkgconfig = xyes; then
414
414
] )
415
415
fi
416
416
417
- if test x$use_extended_rpc_tests != xno; then
418
- AC_SUBST ( EXTENDED_RPC_TESTS , - extended )
417
+ if test x$use_extended_functional_tests != xno; then
418
+ AC_SUBST ( EXTENDED_FUNCTIONAL_TESTS , - -extended )
419
419
fi
420
420
421
421
if test x$use_lcov = xyes; then
You can’t perform that action at this time.
0 commit comments