11 lines
253 B
Markdown
11 lines
253 B
Markdown
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
|
|
```
|