diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2011-03-11 11:56:37 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2011-03-11 11:56:37 +0100 |
commit | 6dbd70732a19a13bacae7b4bea07097458974cc9 (patch) | |
tree | a1a7e8834de3e2e73f3bdbb53df68e3de67d7656 /tests/Makefile.am | |
parent | ffa57b17b270be441c64161cd1a3c3123b58ee26 (diff) | |
download | rsyslog-6dbd70732a19a13bacae7b4bea07097458974cc9.tar.gz rsyslog-6dbd70732a19a13bacae7b4bea07097458974cc9.tar.bz2 rsyslog-6dbd70732a19a13bacae7b4bea07097458974cc9.zip |
added one more test for imfile (under valgrind)
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 9986cf80..c64d44e9 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -125,6 +125,9 @@ endif if ENABLE_IMFILE TESTS += imfile-basic.sh +if HAVE_VALGRIND +TESTS += imfile-basic-vg.sh +endif endif endif # if ENABLE_TESTBENCH @@ -327,6 +330,7 @@ EXTRA_DIST= 1.rstest 2.rstest 3.rstest err1.rstest \ random.sh \ testsuites/random.conf \ imfile-basic.sh \ + imfile-basic-vg.sh \ testsuites/imfile-basic.conf \ dynfile_invld_async.sh \ dynfile_invld_sync.sh \ |