argparse/tests/main.cpp
2019-03-30 14:56:30 -04:00

4 lines
102 B
C++

#define CATCH_CONFIG_MAIN
#include <iostream>
#include <argparse.hpp>
#include <test_add_argument.hpp>