aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-12-19 04:15:22 +0000
committerYang Tse <yangsita@gmail.com>2009-12-19 04:15:22 +0000
commitaeec8e0b38f43121e8b921637e4a4af50bde7a0c (patch)
treea85f50ee098365a01fa83d467e140e1d11b9c394 /tests/Makefile.am
parent2d15ac3d4e2b5a81448eaeb6aad450b96141c934 (diff)
Added runtests.pl '-r' option for run time statistics
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 32f27b520..35525f771 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -48,7 +48,7 @@ TEST_T =
else # if not cross-compiling:
TEST = srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl
TEST_Q = -a -s
-TEST_F = -a -p
+TEST_F = -a -p -r
TEST_T = -a -t
endif