Lines Matching +full:gen +full:- +full:2
2 # Copyright 2000-2007 Niels Provos
3 # Copyright 2007-2012 Niels Provos and Nick Mathewson
7 regress_CPPFLAGS = -DTINYTEST_LOCAL
10 test/check-dumpevents.py \
11 test/regress.gen.c \
12 test/regress.gen.h \
15 test/print-winsock-errors.c \
23 test/test-changelist \
24 test/test-dumpevents \
25 test/test-eof \
26 test/test-closed \
27 test/test-fdleak \
28 test/test-init \
29 test/test-ratelim \
30 test/test-time \
31 test/test-weof \
61 $(top_srcdir)/test/test.sh -b EPOLL
63 $(top_srcdir)/test/test.sh -b SELECT
65 $(top_srcdir)/test/test.sh -b KQUEUE
67 $(top_srcdir)/test/test.sh -b EVPORT
69 $(top_srcdir)/test/test.sh -b DEVPOLL
71 $(top_srcdir)/test/test.sh -b POLL
73 $(top_srcdir)/test/test.sh -b WIN32
75 $(top_srcdir)/test/test.sh -b "" -t
77 $(top_srcdir)/test/test.sh -b "" -c
79 $(top_srcdir)/test/test.sh -b "" -T
81 DISTCLEANFILES += test/regress.gen.c test/regress.gen.h
84 BUILT_SOURCES += test/regress.gen.c test/regress.gen.h
87 test_test_init_SOURCES = test/test-init.c
89 test_test_dumpevents_SOURCES = test/test-dumpevents.c
91 test_test_eof_SOURCES = test/test-eof.c
93 test_test_closed_SOURCES = test/test-closed.c
95 test_test_changelist_SOURCES = test/test-changelist.c
97 test_test_weof_SOURCES = test/test-weof.c
99 test_test_time_SOURCES = test/test-time.c
101 test_test_ratelim_SOURCES = test/test-ratelim.c
102 test_test_ratelim_LDADD = libevent_core.la -lm
103 test_test_fdleak_SOURCES = test/test-fdleak.c
108 test/regress.gen.c \
109 test/regress.gen.h \
144 test_regress_CPPFLAGS = $(AM_CPPFLAGS) $(PTHREAD_CFLAGS) $(ZLIB_CFLAGS) -Itest
162 test/regress.gen.c test/regress.gen.h: test/rpcgen-attempted
164 test/rpcgen-attempted: test/regress.rpc event_rpcgen.py test/rpcgen_wrapper.sh
165 $(AM_V_GEN)date -u > $@
169 echo "No Python installed; stubbing out RPC test." >&2; \
170 echo " "> test/regress.gen.c; \
171 echo "#define NO_PYTHON_EXISTS" > test/regress.gen.h; \
174 CLEANFILES += test/rpcgen-attempted