Files
clice/tests/unit/Compiler/Compiler.cpp
ykiko 836d9dc988 Add basic test client (#156)
Co-authored-by: star9029 <hengxings783@gmail.com>
2025-07-21 17:55:10 +08:00

19 lines
273 B
C++

#include "Test/Test.h"
#include "Compiler/Compilation.h"
#include "Support/FileSystem.h"
namespace clice::testing {
namespace {
TEST(Compiler, buildAST) {}
TEST(Compiler, buildPCM) {}
TEST(Compiler, codeCompleteAt) {}
} // namespace
} // namespace clice::testing