summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/runtest5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/runtest b/bin/runtest
index 0e7db9e..2147534 100755
--- a/bin/runtest
+++ b/bin/runtest
@@ -290,6 +290,11 @@ RUNSNAPTEST()
CC="cc -n32"
export CC
;;
+ -64) # want -64 option
+ SRCDIRNAME=${SRCDIRNAME}-64
+ CC="cc -64"
+ export CC
+ ;;
parallel) # want parallel test
SNAPCMD_OPT="$SNAPCMD_OPT $ENABLE_PARALLEL"
SRCDIRNAME=${SRCDIRNAME}-pp