diff --git a/README.md b/README.md index 7f4b9f9..d9b1a2c 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,13 @@ If you create a subfolder in `tests/criterion/` the files in there are build to You can create subfolders in `/tests/io_tests/`. These subfolders must match the name of a program you have created within the project. The tests fail, if the program is not yet build. You can implement multiple IO-Tests for a single executable, by adding `.in`, `.out` and `.err` files (`` is the matching test number, e.g. 01). If the program is implemented, every `.in` file is applied to the program as stdin and the created stdout of the program is matched with the `.out` file, as the created stderr is matched with the `.err`. The tests fail if the outputs don't match the requirements. -### Further work +### Devcontainer + +A devcontainer configuration is provided to use this template from within github codespaces. An Ubuntu container was chosen, in which gcc/gdb/cmake and libcriterion (for testing) was added. + +__TODO__: + This codespace will still ask you to choose a compiler kit, even if there is only one. + + The cmake extension is buggy and showing a configuration moved warning message every time a container starts. + -Simplify \ No newline at end of file diff --git a/TODO.md b/TODO.md index b6dbda7..01c6e4d 100644 --- a/TODO.md +++ b/TODO.md @@ -1,2 +1,3 @@ # TODO +Get rid of some messages from cmake-tools ...