BASIC CANTATA

 


This how-to shall provide an example-oriented introduction for Cantata newbies, however, it also can be used as reference book, Experienced users of the Google Test library might be referred to the comparison how to. Although the use of Cantata is possible via its GUI, this how to only focusses on the command line interface, as introduction to the GUI the Cantata tutorial cheat sheets in Eclipse can be recommended

How-to sẽ cung cấp ví dụ cho người mới cantata, tuy nhiên có thể dùng như sách tham khảo, người dùng có kinh nghiệm của google test library có thể tham khảo sự so sánh howto, mặc dù cantata có thể dùng GUI, chúng ta cũng có thể dùng command line, dùng cantata tutorial cheat sheet trong eclipse 

Basic Question

What is cantata? It is a tool (from the company QA systems) for dynamic code analysis of C and C++ source code

Cantata là 1 tool phân tích code động dành cho C và C++

The workflow principle

After installation of cantata 2 files are essential, when using the command line interface: the cantata library builder cppb.exe and the cantata compiler driver cpccd.exe, first one is used to build and validate the cantata configurations and libraries for different platforms, compilers and environments, the latter one provides easy mean of generating and compiling modified source files (and linking them with the required libraries to generate an executable) thereby, the compiler driver preprocesses the source code of the test script before it calls the compiler and linker

Sau khi cài đặt 2 file cơ bản của cantata, file cppb.exe và cpccd.exe , cppb.exe dùng để build và validate config và thư viện của cantata, còn cpccd.exe cung cấp generate và compile source file

Comments

Popular posts from this blog

STYLE AND THEME ANDROID

MEDIATION ANDROID