summaryrefslogtreecommitdiffstats
path: root/t/Makefile.am
diff options
context:
space:
mode:
authorGergely Nagy <algernon@balabit.hu>2012-04-13 10:42:29 +0200
committerGergely Nagy <algernon@balabit.hu>2012-04-13 10:42:29 +0200
commit63fcf21f9a9f616880dfb9c7174b8694423a7f75 (patch)
treedd4adbb141c456bf009faf2d2f5781546173885c /t/Makefile.am
parent0e51e1024a85a6fb3a7b9e24de0f3817ccf58e0f (diff)
downloadlibumberlog-63fcf21f9a9f616880dfb9c7174b8694423a7f75.tar.gz
libumberlog-63fcf21f9a9f616880dfb9c7174b8694423a7f75.tar.xz
libumberlog-63fcf21f9a9f616880dfb9c7174b8694423a7f75.zip
t/: Add a new performance test.
The new test case always succeeds, it's purpose is to echo the performance results. Signed-off-by: Gergely Nagy <algernon@balabit.hu>
Diffstat (limited to 't/Makefile.am')
-rw-r--r--t/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/Makefile.am b/t/Makefile.am
index e84692e..c7f1589 100644
--- a/t/Makefile.am
+++ b/t/Makefile.am
@@ -1,4 +1,4 @@
-TESTS = test_umberlog
+TESTS = test_umberlog test_perf
check_PROGRAMS = ${TESTS}
AM_CFLAGS = -I$(top_srcdir)/lib @JSON_CFLAGS@