From f92f1606748b987efb743649ff9b4ea0df78104b Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Fri, 20 Oct 2017 18:53:43 +0100 Subject: core_tests: do not include chaingen_tests_list.h in all tests This fixes all tests being annoyingly rebuilt when one changes --- tests/core_tests/v2_tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/core_tests/v2_tests.cpp') 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; -- cgit v1.2.3