testbench: Run mmnormalize tests only when mmnormalize module was actually enabled

This commit fixes a regression caused by commit 835e645b73babf1290b691ef2ef137da206f6eff
and will restore the removed if nesting necessary to run mmnormalize tests
only when mmnormalize module was actually enabled.

Bug: https://bugs.gentoo.org/631246
This commit is contained in:
Thomas Deutschmann 2017-09-24 19:20:08 +02:00
parent 22e306b961
commit 023707617c
No known key found for this signature in database
GPG Key ID: 9709F90C3C96FFC8

View File

@ -498,7 +498,6 @@ TESTS += msgvar-concurrency-array.sh \
mmnormalize_processing_test2.sh \
mmnormalize_processing_test3.sh \
mmnormalize_processing_test4.sh
endif
if ENABLE_IMPTCP
TESTS += \
@ -512,6 +511,7 @@ if LOGNORM_REGEX_SUPPORTED
TESTS += \
mmnormalize_regex.sh
endif
endif
if ENABLE_MMJSONPARSE
TESTS += \