mirror of
https://github.com/tristanpenman/valijson.git
synced 2024-12-12 18:20:27 +01:00
16 lines
190 B
C++
16 lines
190 B
C++
#include <gtest/gtest.h>
|
|
|
|
#include <valijson/schema.hpp>
|
|
|
|
using valijson::Schema;
|
|
|
|
class TestDereferenceCallback : public ::testing::Test
|
|
{
|
|
|
|
};
|
|
|
|
TEST_F(TestDereferenceCallback, Basics)
|
|
{
|
|
|
|
}
|