diff --git a/src/Makefile.gtest.include b/src/Makefile.gtest.include index b4cfd3c2..d08b7d60 100644 --- a/src/Makefile.gtest.include +++ b/src/Makefile.gtest.include @@ -4,11 +4,12 @@ bin_PROGRAMS += zcash-gtest # tool for generating our public parameters zcash_gtest_SOURCES = \ gtest/main.cpp \ + gtest/test_checktransaction.cpp \ gtest/json_test_vectors.cpp \ gtest/test_foundersreward.cpp \ + gtest/test_wallet_zkeys.cpp \ gtest/test_jsonspirit.cpp \ gtest/test_tautology.cpp \ - gtest/test_checktransaction.cpp \ gtest/test_equihash.cpp \ gtest/test_joinsplit.cpp \ gtest/test_keystore.cpp \ @@ -18,7 +19,6 @@ zcash_gtest_SOURCES = \ gtest/test_rpc.cpp \ gtest/test_circuit.cpp \ gtest/test_txid.cpp \ - gtest/test_wallet_zkeys.cpp \ gtest/test_libzcash_utils.cpp \ gtest/test_proofs.cpp \ wallet/gtest/test_wallet.cpp