003 File Manager
Current Path:
/usr/src/contrib/libevent/test
usr
/
src
/
contrib
/
libevent
/
test
/
📁
..
📄
Makefile.nmake
(2.47 KB)
📄
bench.c
(4.9 KB)
📄
bench_cascade.c
(4.56 KB)
📄
bench_http.c
(4.9 KB)
📄
bench_httpclient.c
(5.87 KB)
📄
check-dumpevents.py
(1.52 KB)
📄
include.am
(4.77 KB)
📄
regress.c
(82.29 KB)
📄
regress.gen.c
(27.05 KB)
📄
regress.gen.h
(6.58 KB)
📄
regress.h
(4.95 KB)
📄
regress.rpc
(465 B)
📄
regress_buffer.c
(71.76 KB)
📄
regress_bufferevent.c
(38.97 KB)
📄
regress_dns.c
(61.06 KB)
📄
regress_et.c
(5.9 KB)
📄
regress_finalize.c
(8.64 KB)
📄
regress_http.c
(124.15 KB)
📄
regress_iocp.c
(8.78 KB)
📄
regress_listener.c
(7.16 KB)
📄
regress_main.c
(11.54 KB)
📄
regress_minheap.c
(2.92 KB)
📄
regress_rpc.c
(19.58 KB)
📄
regress_ssl.c
(23.56 KB)
📄
regress_testutils.c
(6.37 KB)
📄
regress_testutils.h
(2.54 KB)
📄
regress_thread.c
(14.65 KB)
📄
regress_thread.h
(2.09 KB)
📄
regress_util.c
(37.67 KB)
📄
regress_zlib.c
(8.59 KB)
📄
rpcgen_wrapper.sh
(1.45 KB)
📄
test-changelist.c
(5.77 KB)
📄
test-closed.c
(3.24 KB)
📄
test-dumpevents.c
(5.56 KB)
📄
test-eof.c
(3.03 KB)
📄
test-fdleak.c
(6.81 KB)
📄
test-init.c
(2.1 KB)
📄
test-ratelim.c
(16.74 KB)
📄
test-time.c
(2.99 KB)
📄
test-weof.c
(3 KB)
📄
test.sh
(3.7 KB)
📄
tinytest.c
(12.24 KB)
📄
tinytest.h
(4.22 KB)
📄
tinytest_local.h
(170 B)
📄
tinytest_macros.h
(7.29 KB)
Editing: Makefile.nmake
# WATCH OUT! This makefile is a work in progress. -*- makefile -*- !IFDEF OPENSSL_DIR SSL_CFLAGS=/I$(OPENSSL_DIR)\include /DEVENT__HAVE_OPENSSL SSL_OBJS=regress_ssl.obj SSL_LIBS=..\libevent_openssl.lib $(OPENSSL_DIR)\lib\libeay32.lib $(OPENSSL_DIR)\lib\ssleay32.lib gdi32.lib User32.lib !ELSE SSL_CFLAGS= SSL_OBJS= SSL_LIBS= !ENDIF CFLAGS=/I.. /I../WIN32-Code /I../WIN32-Code/nmake /I../include /I../compat /DHAVE_CONFIG_H /DTINYTEST_LOCAL $(SSL_CFLAGS) CFLAGS=$(CFLAGS) /Ox /W3 /wd4996 /nologo REGRESS_OBJS=regress.obj regress_buffer.obj regress_http.obj regress_dns.obj \ regress_testutils.obj \ regress_rpc.obj regress.gen.obj \ regress_et.obj regress_bufferevent.obj \ regress_listener.obj regress_util.obj tinytest.obj \ regress_main.obj regress_minheap.obj regress_iocp.obj \ regress_thread.obj regress_finalize.obj $(SSL_OBJS) OTHER_OBJS=test-init.obj test-eof.obj test-closed.obj test-weof.obj test-time.obj \ bench.obj bench_cascade.obj bench_http.obj bench_httpclient.obj \ test-changelist.obj \ print-winsock-errors.obj PROGRAMS=regress.exe \ test-init.exe test-eof.exe test-closed.exe test-weof.exe test-time.exe \ test-changelist.exe \ print-winsock-errors.exe # Disabled for now: # bench.exe bench_cascade.exe bench_http.exe bench_httpclient.exe LIBS=..\libevent.lib ws2_32.lib shell32.lib advapi32.lib all: $(PROGRAMS) regress.exe: $(REGRESS_OBJS) $(CC) $(CFLAGS) $(LIBS) $(SSL_LIBS) $(REGRESS_OBJS) test-init.exe: test-init.obj $(CC) $(CFLAGS) $(LIBS) test-init.obj test-eof.exe: test-eof.obj $(CC) $(CFLAGS) $(LIBS) test-eof.obj test-closed.exe: test-closed.obj $(CC) $(CFLAGS) $(LIBS) test-closed.obj test-changelist.exe: test-changelist.obj $(CC) $(CFLAGS) $(LIBS) test-changelist.obj test-weof.exe: test-weof.obj $(CC) $(CFLAGS) $(LIBS) test-weof.obj test-time.exe: test-time.obj $(CC) $(CFLAGS) $(LIBS) test-time.obj print-winsock-errors.exe: print-winsock-errors.obj $(CC) $(CFLAGS) $(LIBS) print-winsock-errors.obj bench.exe: bench.obj $(CC) $(CFLAGS) $(LIBS) bench.obj bench_cascade.exe: bench_cascade.obj $(CC) $(CFLAGS) $(LIBS) bench_cascade.obj bench_http.exe: bench_http.obj $(CC) $(CFLAGS) $(LIBS) bench_http.obj bench_httpclient.exe: bench_httpclient.obj $(CC) $(CFLAGS) $(LIBS) bench_httpclient.obj regress.gen.c regress.gen.h: regress.rpc ../event_rpcgen.py echo // > regress.gen.c echo #define NO_PYTHON_EXISTS > regress.gen.h -python ..\event_rpcgen.py regress.rpc clean: -del $(REGRESS_OBJS) -del $(OTHER_OBJS) -del $(PROGRAMS)
Upload File
Create Folder