Skip to content

Commit 6a83064

Browse files
committed
Add special target to pass over passive entropy source in CI
1 parent c1bee08 commit 6a83064

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/ci/run_posix_tests.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ build_and_test -DOPENSSL_NO_ASM=1 -DCMAKE_BUILD_TYPE=Release
2626
echo "Testing building shared lib."
2727
build_and_test -DBUILD_SHARED_LIBS=1 -DCMAKE_BUILD_TYPE=Release
2828

29+
echo "Testing FIPS entropy source: Passive."
30+
build_and_test -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE=Release -DUSE_FIPS_ENTROPY_SOURCE_PASSIVE=1
31+
2932
if [[ "${AWSLC_C99_TEST}" == "1" ]]; then
3033
echo "Testing the C99 compatability of AWS-LC headers."
3134
./tests/coding_guidelines/c99_gcc_test.sh

0 commit comments

Comments
 (0)