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

#include <forstio/codec/schema.hpp>

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

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