File tree Expand file tree Collapse file tree 3 files changed +6
-16
lines changed
05_cpp_static_analysis/config
08_memory_debugging/config Expand file tree Collapse file tree 3 files changed +6
-16
lines changed Original file line number Diff line number Diff line change 11{
22 "autograding_method" : " docker" ,
33 "container_options" : {
4- "container_image" : " submittyrpi/csci1200:default "
4+ "container_image" : " submitty/clang:latest "
55 },
66
77 // For compiled languages, typically two testcases are used to allow points
Original file line number Diff line number Diff line change 66
77 "autograding_method" : " docker" ,
88 "container_options" : {
9- "container_image" : " submittyrpi/csci1200:default "
9+ "container_image" : " submitty/autograding:latest "
1010 },
1111
1212 // Static analysis can also be performed upon C++ code.
1616 {
1717
1818 "title" : " Check for goto and auto" ,
19- "command" : [ " submitty_count token -l c Goto *.cpp" ,
20- " submitty_count token -l c Auto *.cpp" ],
19+ "command" : [ " submitty_count_ts -l cpp node auto *.cpp" ,
20+ " submitty_count_ts -l cpp node auto *.cpp" ],
2121 "points" : 2 ,
2222 "validation" : [
2323 {
Original file line number Diff line number Diff line change 11{
22 "autograding_method" : " docker" ,
33 "container_options" : {
4- "container_image" : " submittyrpi/csci1200:default "
4+ "container_image" : " submitty/autograding:latest "
55 },
66
77 "testcases" : [
1111 {
1212 "type" : " Compilation" ,
1313 "title" : " C++ - Compilation (for Dr Memory)" ,
14-
15- // ORIGINAL
16- //"command" : "clang++ -g -Wall -o a.out *.cpp",
17-
18- // TEMPORARY WORKAROUND
19- "command" : " clang++ -g -gdwarf-4 -Wall -o a.out *.cpp" ,
20- // NOTE: Compiling with the -gdwarf-4 option is required with g++ 11+
21- // so that DrMemory can print source code line numbers with.
22- // See also:
23- // https://github.com/DynamoRIO/drmemory/issues/2485
24-
14+ "command" : " clang++ -g -Wall -o a.out *.cpp" ,
2515 "executable_name" : " a.out" ,
2616 "points" : 2
2717 },
You can’t perform that action at this time.
0 commit comments