mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-21 18:10:42 -04:00
MAINT: Add a target to make install.
This commit is contained in:
parent
b9b30a4bd1
commit
692a52f46d
7
Makefile
7
Makefile
@ -3,7 +3,7 @@ all: test build
|
||||
build:
|
||||
cargo build
|
||||
|
||||
test: unit integration stdlibtest
|
||||
test: stdlibtest
|
||||
|
||||
unit:
|
||||
cargo test
|
||||
@ -12,4 +12,7 @@ integration: unit
|
||||
cargo run -- test -r integration_tests
|
||||
|
||||
stdlibtest: integration
|
||||
cargo run -- test -r std/tests
|
||||
cargo run -- test -r std/tests
|
||||
|
||||
install: test
|
||||
cargo install --path . --force
|
Loading…
x
Reference in New Issue
Block a user