mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Add test
and run
rules to BSDmakefile
This commit is contained in:
parent
7bfcccf701
commit
2e5c531ff1
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue