-
Notifications
You must be signed in to change notification settings - Fork 1
/
justfile
39 lines (27 loc) · 775 Bytes
/
justfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
alias gm := gen_method_mappings
rp:
cargo run --bin replay_parser_example
dev-simple:
../rustc_codegen_cranelift/dist/cargo-clif run --bin replay_parser_simple
dev-rp:
../rustc_codegen_cranelift/dist/cargo-clif run --bin replay_parser_example
rpr:
cargo run --release --bin replay_parser_example
dp:
cargo run --bin wot_datfile_parser_dev
fmt:
cargo +nightly fmt
udeps:
cargo +nightly udeps
data_extract:
python scripts/wot_data_extract.py
copy_wot_src:
python scripts/copy_wot_src_cleaned.py
create_test_outputs:
cargo run --release --bin test_output_writer
int_tests:
cargo test --test '*'
gen_method_mappings:
python scripts/gen_method_mappings.py
gen_optional_devices:
python scripts/gen_optional_devices.py