Skip to content

Commit

Permalink
Modify: テストの実施はとりあえずsse42だけ
Browse files Browse the repository at this point in the history
  • Loading branch information
ohga committed Nov 26, 2017
1 parent 28efc9f commit c24a08d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/all.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash

#if [ "x$1" != "xsse42" ]; then
if [ "x$1" != "xsse42" || "x$1" != "xavx2" ]; then
if [ "x$1" != "xsse42" ]; then
echo "testing cancel(!= $1)"
exit 0
fi
Expand Down

0 comments on commit c24a08d

Please sign in to comment.