File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ src_libbitcoin_protocol_la_SOURCES = \
47
47
src/zmq/worker.cpp \
48
48
src/zmq/zeromq.cpp
49
49
50
- # local: test/libbitcoin_protocol_test
50
+ # local: test/libbitcoin-protocol-test
51
51
# ------------------------------------------------------------------------------
52
52
if WITH_TESTS
53
53
54
- TESTS = libbitcoin_protocol_test_runner .sh
54
+ TESTS = libbitcoin-protocol-test_runner .sh
55
55
56
- check_PROGRAMS = test/libbitcoin_protocol_test
56
+ check_PROGRAMS = test/libbitcoin-protocol-test
57
57
test_libbitcoin_protocol_test_CPPFLAGS = -I${srcdir}/include ${zmq_CPPFLAGS} ${bitcoin_CPPFLAGS}
58
58
test_libbitcoin_protocol_test_LDADD = src/libbitcoin-protocol.la ${boost_unit_test_framework_LIBS} ${zmq_LIBS} ${bitcoin_LIBS}
59
59
test_libbitcoin_protocol_test_SOURCES = \
Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ BOOST_UNIT_TEST_OPTIONS=\
18
18
19
19
# Run tests.
20
20
# ==============================================================================
21
- ./test/libbitcoin_protocol_test ${BOOST_UNIT_TEST_OPTIONS} > test.log
21
+ ./test/libbitcoin-protocol-test ${BOOST_UNIT_TEST_OPTIONS} > test.log
You can’t perform that action at this time.
0 commit comments