summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9a5bbf2f79..bf8adc8842 100644
--- a/Makefile
+++ b/Makefile
@@ -118,7 +118,7 @@ test: all
$(MAKE) build-addons
$(MAKE) cctest
$(PYTHON) tools/test.py --mode=release -J \
- addon doctool known_issues message parallel sequential
+ addon doctool known_issues message pseudo-tty parallel sequential
$(MAKE) lint
test-parallel: all
@@ -183,7 +183,8 @@ test-all-valgrind: test-build
test-ci: | build-addons
$(PYTHON) tools/test.py $(PARALLEL_ARGS) -p tap --logfile test.tap \
--mode=release --flaky-tests=$(FLAKY_TESTS) \
- $(TEST_CI_ARGS) addons doctool known_issues message parallel sequential
+ $(TEST_CI_ARGS) addons doctool known_issues message pseudo-tty parallel \
+ sequential
test-release: test-build
$(PYTHON) tools/test.py --mode=release