Skip to content

Commit 730ddfa

Browse files
committed
Add test-pq-hybrid and test-pq-hybrid-verbose targets to Makefile
1 parent 33b3ca8 commit 730ddfa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ help:
66
@echo 'Commands:'
77
@echo ' test - Run all compliance tests (results will be in reports/)'
88
@echo ' test-verbose - Run all compliance tests, including verbose tests (results will be in reports/)'
9+
@echo ' test-pq-hybrid - Run all PQ and Hybrid compliance tests (results will be in reports/)'
10+
@echo ' test-pq-hybrid-verbose - Run all PQ and Hybrid compliance tests, including verbose tests (results will be in reports/)'
911
@echo ' teslog - Run all compliance tests, store results in timestamped subirectories in reports/'
1012
@echo ' docs - Produce documentation files and store them in doc/'
1113
@echo ' unittest - Run unit tests for the test suite itself '

0 commit comments

Comments
 (0)