nicolas.dorier
|
08c721dab2
|
[MSVC] Copy build output to src/ automatically after build
|
5 years ago |
Aaron Clauson
|
750d1bc7df
|
Cleaned up and consolidated msvc build files to allow faster builds and easier migration to vs2019.
|
5 years ago |
MarcoFalke
|
fa821904bf
|
scripted-diff: Rename test_bitcoin to test/setup_common
-BEGIN VERIFY SCRIPT-
sed -i --regexp-extended -e 's/test_bitcoin\.(h|cpp)/setup_common.\1/g' $(git grep -l test_bitcoin)
git mv ./src/test/test_bitcoin.h ./src/test/setup_common.h
git mv ./src/test/test_bitcoin.cpp ./src/test/setup_common.cpp
sed -i -e 's/BITCOIN_TEST_TEST_BITCOIN_H/BITCOIN_TEST_SETUP_COMMON_H/g' ./src/test/setup_common.h
-END VERIFY SCRIPT-
|
6 years ago |
MarcoFalke
|
fa02b22245
|
test: Remove useless test_bitcoin_main.cpp
|
6 years ago |
Chun Kuan Lee
|
4a5e52cb51
|
msvc: Use a single file to specify the include path
|
6 years ago |
Chun Kuan Lee
|
d067e81dcf
|
msvc: add rapid check property tests
|
6 years ago |
Chun Kuan Lee
|
82dcacb822
|
msvc: build leveldb locally
|
6 years ago |
Chun Kuan Lee
|
52091066be
|
msvc: build secp256k1 locally
|
6 years ago |
Pierre Rochard
|
ea3009ee94
|
wallet: Add walletdir arg unit tests
|
6 years ago |
Chun Kuan Lee
|
1f6ff04e59
|
Use wildcard path in test_bitcoin.vcxproj
|
6 years ago |
Aaron Clauson
|
ef7beaea6a
|
Visual Studio build configuration for Bitcoin Core
|
6 years ago |