Skip to content

Commit 709784c

Browse files
authored
Merge pull request #168 from pmienk/msvc_refactor
Regenerate with updated naming convention.
2 parents ef68eb5 + cfcb529 commit 709784c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile.am

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ src_libbitcoin_protocol_la_SOURCES = \
4747
src/zmq/worker.cpp \
4848
src/zmq/zeromq.cpp
4949

50-
# local: test/libbitcoin_protocol_test
50+
# local: test/libbitcoin-protocol-test
5151
#------------------------------------------------------------------------------
5252
if WITH_TESTS
5353

54-
TESTS = libbitcoin_protocol_test_runner.sh
54+
TESTS = libbitcoin-protocol-test_runner.sh
5555

56-
check_PROGRAMS = test/libbitcoin_protocol_test
56+
check_PROGRAMS = test/libbitcoin-protocol-test
5757
test_libbitcoin_protocol_test_CPPFLAGS = -I${srcdir}/include ${zmq_CPPFLAGS} ${bitcoin_CPPFLAGS}
5858
test_libbitcoin_protocol_test_LDADD = src/libbitcoin-protocol.la ${boost_unit_test_framework_LIBS} ${zmq_LIBS} ${bitcoin_LIBS}
5959
test_libbitcoin_protocol_test_SOURCES = \

libbitcoin_protocol_test_runner.sh renamed to libbitcoin-protocol-test_runner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ BOOST_UNIT_TEST_OPTIONS=\
1818

1919
# Run tests.
2020
#==============================================================================
21-
./test/libbitcoin_protocol_test ${BOOST_UNIT_TEST_OPTIONS} > test.log
21+
./test/libbitcoin-protocol-test ${BOOST_UNIT_TEST_OPTIONS} > test.log

0 commit comments

Comments
 (0)