Skip to content

Commit b973611

Browse files
committed
Fix make test-pq-hybrid-verbose command.
- Exclude "composite-kemANDfrodokem" in test-pq-hybrid-verbose target. - Because those are just experimental combinations, to have an alternative to ML-KEM.
1 parent c495000 commit b973611

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ test-pq-hybrid:
113113

114114
test-pq-hybrid-verbose:
115115
# Start the tests for PQ and Hybrid algorithms/mechanisms.
116-
robot --pythonpath=./ --outputdir=reports --variable environment:$(env) tests_pq_and_hybrid
116+
robot --pythonpath=./ --exclude "composite-kemANDfrodokem" --outputdir=reports --variable environment:$(env) tests_pq_and_hybrid
117117

118118
start-mock-ca:
119119
python ./mock_ca/ca_handler.py
@@ -128,4 +128,3 @@ test-mock-ca-verbose:
128128
# The results will be stored in the reports/ directory.
129129
# This will run all tests, including those marked as verbose-tests.
130130
robot --pythonpath=./ --outputdir=reports --variable environment:mock_ca tests tests_mock_ca tests_pq_and_hybrid
131-

0 commit comments

Comments
 (0)