mirror of
https://github.com/circify/circ.git
synced 2026-05-14 03:00:33 -04:00
not working yet
This commit is contained in:
8
scripts/aby_tests/test_inputs/test.txt
Normal file
8
scripts/aby_tests/test_inputs/test.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
// server
|
||||
a 1
|
||||
|
||||
// client
|
||||
b 2
|
||||
|
||||
// result
|
||||
6
|
||||
@@ -7,10 +7,15 @@
|
||||
# ]
|
||||
|
||||
new_tests = [
|
||||
# [
|
||||
# "Structs",
|
||||
# "2pc_structs",
|
||||
# "./scripts/aby_tests/test_inputs/loop.txt",
|
||||
# ],
|
||||
[
|
||||
"Structs",
|
||||
"2pc_structs",
|
||||
"./scripts/aby_tests/test_inputs/loop.txt",
|
||||
"new",
|
||||
"2pc_test",
|
||||
"./scripts/aby_tests/test_inputs/test.txt",
|
||||
],
|
||||
]
|
||||
|
||||
|
||||
@@ -26,8 +26,8 @@ function mpc_test {
|
||||
|
||||
# mpc_test 2 ./examples/C/mpc/unit_tests/2pc_structs.c
|
||||
# mpc_test 2 ./examples/C/mpc/benchmarks/2pc_kmeans.c
|
||||
# mpc_test 2 ./examples/C/mpc/benchmarks/2pc_kmeans_og.c
|
||||
mpc_test 2 ./examples/C/mpc/2pc_test.c
|
||||
mpc_test 2 ./examples/C/mpc/benchmarks/2pc_kmeans_og.c
|
||||
# mpc_test 2 ./examples/C/mpc/2pc_test.c
|
||||
|
||||
# # build mpc arithmetic tests
|
||||
# mpc_test 2 ./examples/C/mpc/unit_tests/arithmetic_tests/2pc_add.c
|
||||
|
||||
Reference in New Issue
Block a user