summaryrefslogtreecommitdiff
path: root/modules/codec-unit/tests/codec-unit.cpp
blob: 9fb8012bbb5a2474278c1e1756c20312c0f56769 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include <forstio/test/suite.hpp>

#include <iostream>

namespace {
namespace sch {
using namespace saw::schema;
}

SAW_TEST("Dummy Test"){
	using namespace saw;
	SAW_EXPECT( false, "Dummy" );
}
}