Skip to content

Commit a28009e

Browse files
committed
explicitly copy files for validation
1 parent 781f57d commit a28009e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/05_cpp_static_analysis/config/config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
{
2+
// explicitly grab the necessary submitted files for validation
3+
"autograding" : {
4+
"submission_to_validation" : [ "*.cpp", "*.c", "*.hpp", "*.h", "*.c", "*.hpp" ]
5+
},
6+
27
// Static analysis can also be performed upon C++ code.
38
// Here, no compilation is performed at all; instead, student code is examined to
49
// ensure that it does not use either the "goto" or "auto" keywords.

0 commit comments

Comments
 (0)