Skip to content
This repository was archived by the owner on Aug 5, 2024. It is now read-only.

Commit dab50ef

Browse files
committed
fixed the paths of the tests so they run again
1 parent 5ab8fe8 commit dab50ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DEPENDENCIES/ML-HElib/test_mlhelib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ mkdir -p build
3333
cd build
3434
cmake ..
3535
make
36-
./CKKS_credit_card_fraud
36+
./2-CreditCardFraudDetectionInferencing-CKKS
3737

3838
echo "ML-HElib tests done"

samples/BGV_world_country_db_lookup/runtest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ for country_capital in "${country_capitals[@]}"; do
3232
query="${country_capital%:*}"
3333

3434
echo "Looking up $query . . . "
35-
capital=$( $PWD/build/BGV_world_country_db_lookup <<< $query | awk '/Query result:/{ print $3 }' )
35+
capital=$( $PWD/build/1-PrivacyPreservingKeyValueSearch-BGV <<< $query | awk '/Query result:/{ print $3 }' )
3636

3737
echo " . . . capital is '$capital'"
3838
if [ "$capital" = "${country_capital#*:}" ]; then

0 commit comments

Comments
 (0)