JOJ3-config-generator/tests/create/cpp/answers.json

10 lines
198 B
JSON

{
"name": "hw7 ex2",
"language": "C++",
"stages": ["Compilation", "Cppcheck", "Cpplint", "Clang-Tidy", "Run"],
"attribute": {
"compile_command": "make",
"run_command": "./ex2"
}
}