diff options
author | Robert Hogan <robert@webkit.org> | 2010-08-02 20:09:37 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-11-30 14:08:10 -0500 |
commit | c6d8c6baaa983aecd6a5121ec6ed8e2d9a2a24be (patch) | |
tree | 13d787d18ee6364c390523af40450268e1fc13e6 /src/test/Makefile.am | |
parent | d3ff167e098fa44e4ec30c7e6f50127a8c99dae7 (diff) | |
download | tor-c6d8c6baaa983aecd6a5121ec6ed8e2d9a2a24be.tar.gz tor-c6d8c6baaa983aecd6a5121ec6ed8e2d9a2a24be.zip |
bug933 - Match against super-domains in MapAddress
Allow MapAddress to handle directives such as:
MapAddress .torproject.org .torserver.exit
MapAddress .org 1.1.1.1
Add tests for addressmap_rewrite.
Diffstat (limited to 'src/test/Makefile.am')
-rw-r--r-- | src/test/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/Makefile.am b/src/test/Makefile.am index 852715079d..e675431c6a 100644 --- a/src/test/Makefile.am +++ b/src/test/Makefile.am @@ -20,6 +20,7 @@ test_SOURCES = \ test_dir.c \ test_microdesc.c \ test_util.c \ + test_config.c \ tinytest.c test_LDFLAGS = @TOR_LDFLAGS_zlib@ @TOR_LDFLAGS_openssl@ \ |