include_directories( ../streamindexer ../streams ../streams/compat
	${strigi_BINARY_DIR}/src/streams/compat)

add_library(indexertests indexwritertests.cpp indexreadertests.cpp
    indexmanagertests.cpp)

target_link_libraries(indexertests streamindexer ${CMAKE_THREAD_LIBS_INIT})

