mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 11:35:02 -05:00
chore(CI cpu): run zig tests
This commit is contained in:
committed by
Quentin Bourgerie
parent
5635ce2a67
commit
e41b2bba63
@@ -3,17 +3,17 @@ regenererate_lib:
|
||||
cargo build
|
||||
|
||||
test_encryption: regenererate_lib
|
||||
zig test test_encryption.zig -I.. -lc -lconcrete_cpu -lunwind -L../../target/debug/
|
||||
zig test test_encryption.zig -I.. -lc -lconcrete_cpu -lunwind -L../target/debug/
|
||||
|
||||
|
||||
test_bootstrap: regenererate_lib
|
||||
zig test test_bootstrap.zig -I.. -lc -lconcrete_cpu -lunwind -L../../target/debug/
|
||||
zig test test_bootstrap.zig -I.. -lc -lconcrete_cpu -lunwind -L../target/debug/
|
||||
|
||||
test_vertical_packing: regenererate_lib
|
||||
zig test test_vertical_packing.zig -I.. -lc -lconcrete_cpu -lunwind -L../../target/debug/
|
||||
zig test test_vertical_packing.zig -I.. -lc -lconcrete_cpu -lunwind -L../target/debug/
|
||||
|
||||
|
||||
test_bit_extract: regenererate_lib
|
||||
zig test test_bit_extract.zig -I.. -lc -lconcrete_cpu -lunwind -L../../target/debug/
|
||||
zig test test_bit_extract.zig -I.. -lc -lconcrete_cpu -lunwind -L../target/debug/
|
||||
|
||||
test: test_encryption test_bootstrap test_bit_extract test_vertical_packing
|
||||
|
||||
Reference in New Issue
Block a user