gmarpons / Crisp

A Clang/LLVM add-on to enforce coding rules
GNU General Public License v3.0
33 stars 3 forks source link

Add unit tests using googletest #7

Open gmarpons opened 12 years ago

gmarpons commented 12 years ago

... and

bool clang::tooling::runToolOnCode ( clang::FrontendAction * ToolAction, const Twine & Code, const Twine & FileName = "input.cc" )

as explained here: http://clang.llvm.org/docs/LibTooling.html.

See $LLVM_SRC_ROOT/utils/unittest/googletest/.

gmarpons commented 12 years ago

See https://code.google.com/p/googletest/wiki/V1_6_Primer