mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-05 16:21:15 -03:00
Add test and run rules to BSDmakefile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user