aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLisa Nguyen <lisa.nguyen@linaro.org>2015-01-29 13:04:27 -0800
committerLisa Nguyen <lisa.nguyen@linaro.org>2015-03-06 11:26:38 -0800
commit9ecf2a0774cc6943433c46dc6133cf2aee8420e3 (patch)
tree76051c4cda5c0aac11ef9e13a91695718bbed631
parent776d64b52b2caba12220b2f81e6d1f3c17b56a30 (diff)
Test: Add sort function
Signed-off-by: Lisa Nguyen <lisa.nguyen@linaro.org>
-rw-r--r--Test.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test.mk b/Test.mk
index 66fe44b..fb7d41a 100644
--- a/Test.mk
+++ b/Test.mk
@@ -22,7 +22,7 @@
# - initial API and implementation
SNT=$(wildcard *sanity.sh)
-TST=$(wildcard *[^{sanity}].sh)
+TST=$(sort $(wildcard *[!{sanity}].sh))
LOG=$(TST:.sh=.log)
CFLAGS?=-g -Wall -pthread
CC?=gcc