Update README
This commit is contained in:
parent
646db2fd97
commit
73e8bffde2
@ -1,4 +1,4 @@
|
|||||||
MYNAME = JohnDoe
|
MYNAME = AugustinLucas
|
||||||
PACKAGE = MiniC
|
PACKAGE = MiniC
|
||||||
# Example: stop at the first failed test:
|
# Example: stop at the first failed test:
|
||||||
# make PYTEST_OPTS=-x test
|
# make PYTEST_OPTS=-x test
|
||||||
|
@ -4,11 +4,11 @@ LAB3, MIF08 / CAP / CS444 2022-23
|
|||||||
|
|
||||||
# Authors
|
# Authors
|
||||||
|
|
||||||
TODO: YOUR NAME HERE
|
Augustin LUCAS
|
||||||
|
|
||||||
# Contents
|
# Contents
|
||||||
|
|
||||||
TODO for STUDENTS : Say a bit about the code infrastructure ...
|
Extension implemented : Fortran-like for loops
|
||||||
|
|
||||||
# Howto
|
# Howto
|
||||||
|
|
||||||
@ -21,14 +21,11 @@ You can select the files you want to test by using `make test TEST_FILES='TP03/*
|
|||||||
|
|
||||||
# Test design
|
# Test design
|
||||||
|
|
||||||
TODO: explain your tests. Do not repeat what test files already contain, just give the main objectives of the tests.
|
Alongside all the tests designed to maximise the coverage, some tests are added to verify the correctness of the code on more advanced examples:
|
||||||
|
- `ext-for-fortran/test_imbricated_for.c`
|
||||||
# Design choices
|
- `base/test_fibonacci.c`
|
||||||
|
|
||||||
TODO: explain your choices - explain the limitations of your implementation.
|
|
||||||
|
|
||||||
# Known bugs
|
# Known bugs
|
||||||
|
|
||||||
- On a division by zero, the interpreter prints "Division by 0" message and returns 1.
|
- On a division by zero, the interpreter prints "Division by 0" message and returns 1.
|
||||||
This differs from certain versions of GCC. The test is therefore skipped.
|
This differs from certain versions of GCC. The test is therefore skipped.
|
||||||
TODO: document any known bug and limitations. Did you do everything asked for? Did you implement an extension?
|
|
||||||
|
Loading…
Reference in New Issue
Block a user