mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +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
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
rm -rf build
|
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