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/rct.cpp | |
| parent | 8d511f3c2486d22400cdd69c8d3640ee2d20aeff (diff) | |
| download | monzero-core-f92f1606748b987efb743649ff9b4ea0df78104b.tar.gz monzero-core-f92f1606748b987efb743649ff9b4ea0df78104b.tar.xz monzero-core-f92f1606748b987efb743649ff9b4ea0df78104b.zip | |
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/rct.cpp')
| -rw-r--r-- | tests/core_tests/rct.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core_tests/rct.cpp b/tests/core_tests/rct.cpp index 8a38cbc22..50f65cc67 100644 --- a/tests/core_tests/rct.cpp +++ b/tests/core_tests/rct.cpp @@ -30,7 +30,7 @@ #include "ringct/rctSigs.h" #include "chaingen.h" -#include "chaingen_tests_list.h" +#include "rct.h" using namespace epee; using namespace crypto; |
