diff options
author | Bruce Montrose <montrose@itd.nrl.navy.mil> | 2002-07-09 19:51:41 +0000 |
---|---|---|
committer | Bruce Montrose <montrose@itd.nrl.navy.mil> | 2002-07-09 19:51:41 +0000 |
commit | 62ead018a16d6a1a1e12f9c6183fbd2e4a11ec3d (patch) | |
tree | 767d1c73a6a2139ff2d5ade039c58fed24970d05 /src/or/Makefile.am | |
parent | 0a3da3ae37dc048f6079d0e4cffd057d07e13216 (diff) | |
download | tor-62ead018a16d6a1a1e12f9c6183fbd2e4a11ec3d.tar.gz tor-62ead018a16d6a1a1e12f9c6183fbd2e4a11ec3d.zip |
Miscellaneous bug fixes / activated "make check" for src/or
svn:r31
Diffstat (limited to 'src/or/Makefile.am')
-rw-r--r-- | src/or/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/or/Makefile.am b/src/or/Makefile.am index d0e78a5525..f296776902 100644 --- a/src/or/Makefile.am +++ b/src/or/Makefile.am @@ -1,4 +1,8 @@ +TESTS = test_config + +noinst_PROGRAMS = test_config + bin_PROGRAMS = or or_LDADD = -L../common -lor @@ -7,6 +11,10 @@ or_SOURCES = args.c buffers.c cell.c circuit.c command.c connection.c \ connection_exit.c connection_ap.c connection_op.c connection_or.c config.c \ main.c onion.c routers.c +test_config_SOURCES = test_config.c + +test_config_LDADD = config.o -L../common -lor + noinst_HEADERS = or.h |