14 lines
216 B
C++
14 lines
216 B
C++
|
#include <gtest/gtest.h>
|
||
|
#include <yycc.hpp>
|
||
|
#include <yycc/carton/tabulate.hpp>
|
||
|
|
||
|
#define TABULATE ::yycc::carton::tabulate
|
||
|
|
||
|
namespace yycctest::carton::tabulate {
|
||
|
|
||
|
TEST(CartonTabulate, Main) {
|
||
|
|
||
|
}
|
||
|
|
||
|
}
|