Skip to content

Commit

Permalink
testme.sh: add test runs without "timing resistance"
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaeckel committed May 8, 2014
1 parent e723d12 commit 24d03dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions testme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ bash run.sh "NO_FAST+NOTABLES" "-DLTC_NO_FAST -DLTC_NO_TABLES" "$1" "$2" "$3" ||
# NO_ASM
bash run.sh "NO_ASM" "-DLTC_NO_ASM" "$1" "$2" "$3" || exit 1

# NO_TIMING_RESISTANCE
bash run.sh "NO_TIMING_RESISTANCE" "-DLTC_NO_ECC_TIMING_RESISTANT -DLTC_NO_RSA_BLINDING" "$1" "$2" "$3" || exit 1

# CLEANSTACK+NOTABLES+SMALL+NO_ASM+NO_TIMING_RESISTANCE
bash run.sh "CLEANSTACK+NOTABLES+SMALL+NO_ASM+NO_TIMING_RESISTANCE" "-DLTC_CLEAN_STACK -DLTC_NO_TABLES -DLTC_SMALL_CODE -DLTC_NO_ECC_TIMING_RESISTANT -DLTC_NO_RSA_BLINDING" "$1" "$2" "$3" || exit 1

# test build with no testing
bash testbuild.sh "NOTEST" "-DLTC_NO_TEST" "$1" "$2" "$3" || exit 1

Expand Down

0 comments on commit 24d03dd

Please sign in to comment.