From b7f3640ddabb823eaadf1788ab750f4c82de85b2 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Thu, 3 Nov 2016 18:09:34 -0500 Subject: [PATCH] Change execution order of gtests to avoid bug This is only a workaround; we still need to isolate and fix the root cause. --- src/Makefile.gtest.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.gtest.include b/src/Makefile.gtest.include index 7cd10cc22..3941192b5 100644 --- a/src/Makefile.gtest.include +++ b/src/Makefile.gtest.include @@ -8,7 +8,6 @@ zcash_gtest_SOURCES = \ gtest/main.cpp \ gtest/utils.cpp \ gtest/test_checktransaction.cpp \ - gtest/test_checkblock.cpp \ gtest/json_test_vectors.cpp \ gtest/json_test_vectors.h \ gtest/test_foundersreward.cpp \ @@ -28,6 +27,7 @@ zcash_gtest_SOURCES = \ gtest/test_txid.cpp \ gtest/test_libzcash_utils.cpp \ gtest/test_proofs.cpp \ + gtest/test_checkblock.cpp \ wallet/gtest/test_wallet.cpp zcash_gtest_CPPFLAGS = -DMULTICORE -fopenmp -DBINARY_OUTPUT -DCURVE_ALT_BN128 -DSTATIC