#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