summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-03-23 17:56:23 -0400
committerNick Mathewson <nickm@torproject.org>2012-03-23 17:56:23 -0400
commit7afe48aab883dee157f9e2bda90fd772a84e7e65 (patch)
tree012260813e2ffbd0af86ffb730557adfe5498263 /.gitignore
parent0343d8fec5528a7d3280e5e587d01cff69e42ccf (diff)
downloadlibevent-7afe48aab883dee157f9e2bda90fd772a84e7e65.tar.gz
Add a unit test for event_base_dump_events()
This function uses a C program to generate its output, and then uses a Python program to check it for correctness. On systems without Python, we just make sure that the C program doesn't crash. It's likely that we should be requiring some particular python version. This is an alpha, though: I'm sure somebody will tell us which.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 10a6b35a..ec5154cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -88,6 +88,7 @@ libevent_openssl.pc
/test/regress.gen.c
/test/regress.gen.h
/test/rpcgen-attempted
+/test/test-dumpevents
/test/test-eof
/test/test-init
/test/test-ratelim