rage / tmc-langs-rust

A library and CLI for supporting different programming languages in the TestMyCode programming assignment evaluator.
https://tmc.mooc.fi/
Apache License 2.0
7 stars 9 forks source link

Look into extra "--print-available-point" in C-programming-2018 course after new course-refresh #125

Closed nygrenh closed 3 years ago

nygrenh commented 3 years ago

The C points parser looks for tmc_register_test( "some string" ), and tmc_check contains a function void _tmc_register_test.... The next string following the function is incorrectly interpreted as a point.