forked from dimforge/nalgebra
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
8 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,11 @@ | ||
tmp=_git_distcheck | ||
|
||
all: | ||
cargo build --release --features "arbitrary generic_sizes abstract_algebra" | ||
|
||
test: | ||
cargo test --features "arbitrary generic_sizes abstract_algebra" | ||
|
||
|
||
bench: | ||
cargo bench --features "arbitrary generic_sizes abstract_algebra" | ||
|
||
cargo build --features "arbitrary" | ||
|
||
doc: | ||
cargo doc --no-deps --features "arbitrary generic_sizes abstract_algebra" | ||
|
||
|
||
clean: | ||
cargo clean | ||
cargo doc | ||
|
||
distcheck: | ||
rm -rf $(tmp) | ||
git clone --recursive . $(tmp) | ||
make -C $(tmp) | ||
make -C $(tmp) test | ||
make -C $(tmp) bench | ||
rm -rf $(tmp) | ||
bench: | ||
cargo bench | ||
|
||
.PHONY:doc | ||
.PHONY:test | ||
test: | ||
cargo test --features "arbitrary" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters