Add basic REST tests and fix a few bugs (#103)

This commit is contained in:
Lee *!* Clagett
2024-04-06 16:04:53 -04:00
committed by Lee *!* Clagett
parent f785cad557
commit fe9d861dfb
7 changed files with 633 additions and 66 deletions

View File

@@ -34,7 +34,7 @@ add_subdirectory(db)
add_subdirectory(rpc)
add_subdirectory(wire)
add_executable(monero-lws-unit main.cpp scanner.test.cpp)
add_executable(monero-lws-unit main.cpp rest.test.cpp scanner.test.cpp)
target_link_libraries(monero-lws-unit
monero::libraries
monero-lws-daemon-common