From f12584ccae9bdb4d3f31a719d90b881729321fab Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 21 Sep 2006 06:42:52 +0000 Subject: r18780: Add convenience "make testenv" to launch the xtermtest Andrew just added. (This used to be commit e2cf38eca0f6fd632a9f544837eea90d66fd9cc6) --- source4/main.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source4/main.mk b/source4/main.mk index 4c93413557..9b9e5f81bb 100644 --- a/source4/main.mk +++ b/source4/main.mk @@ -286,6 +286,9 @@ test-noswrap: all quicktest: all $(srcdir)/script/tests/selftest.sh ${selftest_prefix} quick SOCKET_WRAPPER +testenv: all + $(srcdir)/script/tests/selftest.sh ${selftest_prefix} xterm SOCKET_WRAPPER + valgrindtest: valgrindtest-quick valgrindtest-quick: all -- cgit