Echo Writes Code

main.cpp

1
2
3
4
5
6
#include "crucible/test/shell.hpp"

auto main(int argc, char *argv[]) -> int
{
  return crucible::test::shell::execute("crucible-core", argc, argv);
}