diff --git a/CMakeLists.txt b/CMakeLists.txt index 9ad64929..870cd252 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,7 +55,7 @@ add_executable (test rai/test/entry.cpp rai/test/ledger.cpp rai/test/processor_service.cpp - rai/test/test_network.cpp + rai/test/network.cpp rai/test/uint256_union.cpp rai/test/wallet_test.cpp ) diff --git a/rai/test/test_network.cpp b/rai/test/network.cpp similarity index 100% rename from rai/test/test_network.cpp rename to rai/test/network.cpp