if ( ENABLE_SHELL )
    add_cpputest(request_test
        SOURCES
            ../request.cc
    )

    add_cpputest(distill_verdict_test
        SOURCES
            stubs.h
            ../analyzer.cc
            ../../packet_io/active.cc
    )
endif ( ENABLE_SHELL )
