object-introspection/test/test_type_identifier.cpp
Alastair Robertson bd919ae4e4 TypeGraph: Add core code
This code mostly works, but is obviously not complete. This commit just
adds the code and tests, but does not enable it in OID or OIL.
2023-05-30 13:27:23 +01:00

8 lines
115 B
C++

#include <gtest/gtest.h>
#include "oi/type_graph/TypeIdentifier.h"
using namespace type_graph;
// TODO tests!!!