diff options
| author | MarcoFalke <[email protected]> | 2019-04-11 09:44:10 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2019-04-11 10:12:36 -0400 |
| commit | fa821904bf8870d8957a82ea65c0c7a8e84272a6 (patch) | |
| tree | 80eb6dd8316c9ecd9540d96abc6cc388ea9a3b38 /src/test/scriptnum_tests.cpp | |
| parent | test: Use test_bitcoin setup in bench, Add test utils (diff) | |
| download | discoin-fa821904bf8870d8957a82ea65c0c7a8e84272a6.tar.xz discoin-fa821904bf8870d8957a82ea65c0c7a8e84272a6.zip | |
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-
Diffstat (limited to 'src/test/scriptnum_tests.cpp')
| -rw-r--r-- | src/test/scriptnum_tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/scriptnum_tests.cpp b/src/test/scriptnum_tests.cpp index f9b407ce3..d5b5df3fc 100644 --- a/src/test/scriptnum_tests.cpp +++ b/src/test/scriptnum_tests.cpp @@ -4,7 +4,7 @@ #include <test/scriptnum10.h> #include <script/script.h> -#include <test/test_bitcoin.h> +#include <test/setup_common.h> #include <boost/test/unit_test.hpp> #include <limits.h> |