Make --disable-libevent-regress work again

This commit is contained in:
Nick Mathewson 2013-03-15 09:33:13 -04:00
parent 9443868d55
commit 787fd7489f

View File

@ -29,12 +29,10 @@ TESTPROGRAMS = \
test/test-weof \ test/test-weof \
test/regress test/regress
noinst_PROGRAMS += $(TESTPROGRAMS)
if BUILD_REGRESS if BUILD_REGRESS
noinst_PROGRAMS += test/regress noinst_PROGRAMS += $(TESTPROGRAMS)
endif
EXTRA_PROGRAMS+= test/regress EXTRA_PROGRAMS+= test/regress
endif
noinst_HEADERS+= \ noinst_HEADERS+= \
test/regress.h \ test/regress.h \