]> granicus.if.org Git - libevent/commitdiff
Make --disable-libevent-regress work again
authorNick Mathewson <nickm@torproject.org>
Fri, 15 Mar 2013 13:33:13 +0000 (09:33 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 15 Mar 2013 13:33:13 +0000 (09:33 -0400)
test/include.am

index 82cfe4eb74bfb9eab909582da9ea6440aebcb78c..56af58ec01d6dbd689589e7bb3eca960938a2990 100644 (file)
@@ -29,12 +29,10 @@ TESTPROGRAMS = \
        test/test-weof \
        test/regress
 
-noinst_PROGRAMS += $(TESTPROGRAMS)
-
 if BUILD_REGRESS
-noinst_PROGRAMS += test/regress
-endif
+noinst_PROGRAMS += $(TESTPROGRAMS)
 EXTRA_PROGRAMS+= test/regress
+endif
 
 noinst_HEADERS+=                               \
        test/regress.h                          \