diff --git a/BSDmakefile b/BSDmakefile index 8ec93fb5e..56a65bd97 100644 --- a/BSDmakefile +++ b/BSDmakefile @@ -34,3 +34,11 @@ install: build/fish .PHONY: clean clean: rm -rf build + +.PHONY: test +test: build/fish + cmake --build build --target test + +.PHONY: run +run: build/fish + build/fish