aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/tests/test_runner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_runner.cpp b/src/tests/test_runner.cpp
index 11df727c9..321a1e1da 100644
--- a/src/tests/test_runner.cpp
+++ b/src/tests/test_runner.cpp
@@ -104,7 +104,7 @@ int Test_Runner::run(const std::vector<std::string>& requested_tests,
run the "essentials" to smoke test, then everything else in
alphabetical order.
*/
- req = {"block", "stream", "hash", "mac", "modes", "aead"
+ req = {"block", "stream", "hash", "mac", "modes", "aead",
"kdf", "pbkdf", "hmac_drbg", "util"
};