diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-10-20 18:53:43 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-10-20 18:53:43 +0100 |
commit | f92f1606748b987efb743649ff9b4ea0df78104b (patch) | |
tree | 6f19b5a21155b8ab0d7a75956aaf6ebacf91c844 /tests/core_tests/v2_tests.cpp | |
parent | Merge pull request #2601 (diff) | |
download | monero-f92f1606748b987efb743649ff9b4ea0df78104b.tar.xz |
core_tests: do not include chaingen_tests_list.h in all tests
This fixes all tests being annoyingly rebuilt when one changes
Diffstat (limited to 'tests/core_tests/v2_tests.cpp')
-rw-r--r-- | tests/core_tests/v2_tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core_tests/v2_tests.cpp b/tests/core_tests/v2_tests.cpp index f1256cb64..f4c598460 100644 --- a/tests/core_tests/v2_tests.cpp +++ b/tests/core_tests/v2_tests.cpp @@ -29,7 +29,7 @@ // Parts of this file are originally copyright (c) 2012-2013 The Cryptonote developers #include "chaingen.h" -#include "chaingen_tests_list.h" +#include "v2_tests.h" using namespace epee; using namespace crypto; |