vg
tools for working with variation graphs
|
#include <omp.h>
#include <unistd.h>
#include <getopt.h>
#include <stdlib.h>
#include <iostream>
#include <cassert>
#include <csignal>
#include "subcommand.hpp"
#include "../benchmark.hpp"
#include "../utility.hpp"
Functions | |
void | help_crash (char **argv) |
void | recurse_and_error (size_t i) |
int | main_crash (int argc, char **argv) |
Defines the "vg crash" subcommand, which throws errors to test the backtrace system.
void help_crash | ( | char ** | argv | ) |
int main_crash | ( | int | argc, |
char ** | argv | ||
) |
void recurse_and_error | ( | size_t | i | ) |