From 9615c93d2d27dd7e875b0578a9aa3622f97231e3 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 27 Jun 2009 00:49:47 +0200 Subject: [PATCH] Add make test-all --- configure | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure b/configure index 4c018593ab..a3a2ed6f42 100755 --- a/configure +++ b/configure @@ -99,6 +99,9 @@ test: all test-debug: all python tools/test.py --mode=debug + +test-all: all + python tools/test.py --mode=debug,release clean: @$WAF clean