ics_cli/unit-tests/README.md

11 lines
253 B
Markdown
Raw Normal View History

2024-07-09 08:08:01 +02:00
For unit test `test_parse_ics.c`.
compilation command:
```
gcc -Wall test_parse_ics.c ../src/parse_ics.c ../src/string_handling.c ../src/list_handling.c ../src/date_time_handling.c ../src/read_until_string.c ../src/read_until_nl.c
```
```
./a.out
```