vg
tools for working with variation graphs
|
#include <omp.h>
#include <unistd.h>
#include <getopt.h>
#include <iostream>
#include "subcommand.hpp"
#include "unittest/catch.hpp"
Macros | |
#define | CATCH_CONFIG_RUNNER |
Functions | |
int | main_test (int argc, char **argv) |
Defines the "vg test" subcommand, which runs unit tests.
#define CATCH_CONFIG_RUNNER |
int main_test | ( | int | argc, |
char ** | argv | ||
) |