We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5e723b commit 0f5b8a5Copy full SHA for 0f5b8a5
Makefile
@@ -602,6 +602,11 @@ test-array: array-test
602
603
test-api: test-json test-string-table test-array
604
605
+test-hash: hash-speedtest hash-vectest
606
+ @echo " TEST crypto/hash"
607
+ @./hash-speedtest 1000 >/dev/null
608
+ @./hash-vectest >/dev/null
609
+
610
test: test-check test-check-lowmem test-mkfs test-misc test-cli test-fuzz
611
612
testsuite: btrfs-corrupt-block btrfs-find-root btrfs-select-super fssum fsstress
0 commit comments