From 1940bc7032bdd35d243da18c9e741c414612211c Mon Sep 17 00:00:00 2001 From: xorstream Date: Tue, 25 Apr 2017 15:42:13 +1000 Subject: [PATCH] Added arm64eb sample to sample_all.sh script (#809) --- samples/sample_all.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/sample_all.sh b/samples/sample_all.sh index e409dd8e..a94cafd5 100755 --- a/samples/sample_all.sh +++ b/samples/sample_all.sh @@ -30,6 +30,7 @@ fi if test -e $DIR/sample_arm64; then echo "==========================" $DIR/sample_arm64 + $DIR/sample_arm64eb fi if test -e $DIR/sample_mips; then echo "=========================="