Changeset 314
- Timestamp:
- 02/27/08 02:56:03 (9 months ago)
- Location:
- trunk/thrucommon
- Files:
-
- 2 added
- 1 modified
-
src/counting_bloom_filter.hpp (added)
-
tests/BloomTests.cpp (added)
-
tests/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thrucommon/tests/Makefile.am
r311 r314 4 4 LDADDS = $(top_builddir)/src/libthrucommon.la 5 5 6 TESTS = SpreadTest CircuitBreakerTest 6 TESTS = SpreadTest CircuitBreakerTest BloomTests 7 7 8 8 check_PROGRAMS=$(TESTS) … … 17 17 CircuitBreakerTest_CXXFLAGS = $(CPPUNIT_CFLAGS) -I../src 18 18 CircuitBreakerTest_LDFLAGS = $(CPPUNIT_LIBS) 19 20 BloomTests_SOURCES = BloomTests.cpp 21 BloomTests_LDADD = $(LDADDS) 22 BloomTests_CXXFLAGS= $(CPPUNIT_CFLAGS) -I../src 23 BloomTests_LDFLAGS = $(CPPUNIT_LIBS)
