summaryrefslogtreecommitdiffstats
path: root/tools/slang-cpp-extractor/unit-test.h
blob: 9c8d9b08cfe9c0c92251d309e282f38e4802a7ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef CPP_EXTRACT_UNIT_TEST_H
#define CPP_EXTRACT_UNIT_TEST_H

#include "diagnostics.h"

namespace CppExtract {
using namespace Slang;

struct UnitTestUtil
{
    static SlangResult run();
};

} // CppExtract

#endif