Browse Source

Move bignum.h to test/

pull/4/head
Pieter Wuille 10 years ago
parent
commit
7cd0af7cc2
  1. 2
      src/Makefile.am
  2. 1
      src/test/Makefile.am
  3. 0
      src/test/bignum.h

2
src/Makefile.am

@ -28,7 +28,7 @@ BITCOIN_CORE_H = \
addrman.h \
alert.h \
allocators.h \
base58.h bignum.h \
base58.h \
bloom.h \
chainparams.h \
checkpoints.h \

1
src/test/Makefile.am

@ -32,6 +32,7 @@ endif
test_bitcoin_LDADD += $(BDB_LIBS)
test_bitcoin_SOURCES = \
bignum.h \
alert_tests.cpp \
allocator_tests.cpp \
base32_tests.cpp \

0
src/bignum.h → src/test/bignum.h

Loading…
Cancel
Save