Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.12 KB

README.md

File metadata and controls

18 lines (12 loc) · 1.12 KB

LSINF1252

Build Status

This repository contains the INGInious tasks for UCLouvain's course LSINF1252, computing systems.

Each INGInious task is structured as follows:

  • a student directory that contains the C code for the exercise
  • a run file that is executed by INGInious when a student provides an answer
  • a task.yaml file that provides the description of the exercise

The student directory contains several types of files:

  • a CTester directory that contains the code of the Ctester library that is used to execute the student code and intercept library calls
  • a student_code.c.tpl file which is the template that the students have to fill in
  • one or more test.c files that contain the actual tests

You can find in Report.md a description on how to write a bug report for an INGInious task