summaryrefslogtreecommitdiffstats
path: root/tools/slang-cpp-extractor/unit-test.h
blob: fd3ab1328dea8d1a9101d3481c2fbb45deb6644c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#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();
};

} // namespace CppExtract

#endif