File: justfile

package info (click to toggle)
rust-build-const 0.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 96 kB
  • sloc: makefile: 2
file content (5 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (7)
1
2
3
4
5

test:
	cd test_crates/example && rm -f Cargo.lock && cargo test && cd ..
	cd test_crates/no_std && rm -f Cargo.lock && cargo test && cd ..