Centipede 0.0.1
Centipede program
Loading...
Searching...
No Matches
test_handler.cpp
1#include "centipede/centipede.hpp"
2#include <gtest/gtest.h>
3
4TEST(centipede_handler, constructor) { auto handler = centipede::Handler{}; }
Main frontend handler to the library.
Definition handler.hpp:11