doh - got to run test before hudson can look for it

This commit is contained in:
Jez Higgins 2010-01-12 12:26:13 +00:00
parent a8fbaad9b8
commit aa4ed0b0a2

View file

@ -4,7 +4,7 @@ if HAS_STD_WSTRING
check_PROGRAMS += filter_test_wide check_PROGRAMS += filter_test_wide
endif endif
if WANT_TESTS if WANT_TESTS
TESTS = $(check_PROGRAMS) TESTS = test_and_log.sh $(check_PROGRAMS)
endif endif