From 349f4d2d68d488805764d49b21768d4890829fd4 Mon Sep 17 00:00:00 2001 From: Denis Angell Date: Mon, 25 Mar 2024 17:05:04 +0100 Subject: [PATCH] reorder cmake --- Builds/CMake/RippledCore.cmake | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Builds/CMake/RippledCore.cmake b/Builds/CMake/RippledCore.cmake index 26b9c08b6..5b1dd0f59 100644 --- a/Builds/CMake/RippledCore.cmake +++ b/Builds/CMake/RippledCore.cmake @@ -745,7 +745,10 @@ if (tests) src/test/app/Remit_test.cpp src/test/app/SHAMapStore_test.cpp src/test/app/SetAuth_test.cpp + src/test/app/SetHook_test.cpp + src/test/app/SetHookTSH_test.cpp src/test/app/SetRegularKey_test.cpp + src/test/app/SetRemarks_test.cpp src/test/app/SetTrust_test.cpp src/test/app/Taker_test.cpp src/test/app/TheoreticalQuality_test.cpp @@ -757,8 +760,6 @@ if (tests) src/test/app/ValidatorKeys_test.cpp src/test/app/ValidatorList_test.cpp src/test/app/ValidatorSite_test.cpp - src/test/app/SetHook_test.cpp - src/test/app/SetHookTSH_test.cpp src/test/app/Wildcard_test.cpp src/test/app/XahauGenesis_test.cpp src/test/app/tx/apply_test.cpp