diff options
Diffstat (limited to '')
-rw-r--r-- | comm/third_party/libgcrypt/tests/basic-disable-all-hwf.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/comm/third_party/libgcrypt/tests/basic-disable-all-hwf.in b/comm/third_party/libgcrypt/tests/basic-disable-all-hwf.in new file mode 100644 index 0000000000..1f0a4de0a7 --- /dev/null +++ b/comm/third_party/libgcrypt/tests/basic-disable-all-hwf.in @@ -0,0 +1,4 @@ +#!/bin/sh + +echo " now running 'basic' test with all hardware features disabled." +exec ./basic@EXEEXT@ --disable-hwf all |