vdj_pipe
pipeline for processing DNA sequence data
|
#include "boost/test/unit_test.hpp"
#include "test/exception_fixture.hpp"
#include "vdj_pipe/variable_path.hpp"
Namespaces | |
vdj_pipe | |
Main namespace of vdj_pipe library. | |
vdj_pipe::test | |
Namespace for unit-tests. | |
Macros | |
#define | BOOST_TEST_MODULE path_decompose_run |
Typedefs | |
typedef std::vector< std::string > | vdj_pipe::test::p_vector |
Functions | |
vdj_pipe::test::BOOST_AUTO_TEST_CASE (path_decompose_run_01) | |
part of vdj_pipe project.
Distributed under GNU General Public License, Version 3; see doc/license.txt.
Copyright Mikhail K Levin 2014
#define BOOST_TEST_MODULE path_decompose_run |