diff --git a/Makefile b/Makefile index 491c2bc932..a46c529ee2 100644 --- a/Makefile +++ b/Makefile @@ -36,6 +36,8 @@ BUILD_SYSTEM_DIR := vendor/nimbus-build-system run-windows \ status-go \ status-keycard-go \ + statusq-sanity-checker \ + run-statusq-sanity-checker \ update ifeq ($(NIM_PARAMS),) @@ -637,4 +639,10 @@ run-windows: nim_status_client $(NIM_WINDOWS_PREBUILT_DLLS) PATH="$(shell pwd)"/"$(shell dirname "$(DOTHERSIDE)")":"$(STATUSGO_LIBDIR)":"$(STATUSKEYCARDGO_LIBDIR)":"$(shell pwd)"/"$(shell dirname "$(NIM_WINDOWS_PREBUILT_DLLS)")":"$(PATH)" \ ./bin/nim_status_client.exe +statusq-sanity-checker: + cmake -Bui/StatusQ/build -Sui/StatusQ && cmake --build ui/StatusQ/build --target SanityChecker + +run-statusq-sanity-checker: statusq-sanity-checker + ui/StatusQ/build/sanity_checker/SanityChecker + endif # "variables.mk" was not included