aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0d76ef0..e8f5c1a 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ PROJECT_ROOT = .
# Test files
SMOKE_TESTS = $(wildcard $(TEST_DIR)/test-*-smoke.el)
-INTEGRATION_TESTS = $(wildcard $(TEST_DIR)/test-*-integration-*.el)
+INTEGRATION_TESTS = $(sort $(wildcard $(TEST_DIR)/test-*-integration-*.el) $(wildcard $(TEST_DIR)/test-integration-*.el))
UNIT_TESTS = $(filter-out $(INTEGRATION_TESTS) $(SMOKE_TESTS), $(wildcard $(TEST_DIR)/test-*.el))
ALL_TESTS = $(SMOKE_TESTS) $(UNIT_TESTS) $(INTEGRATION_TESTS)