tests: unit: add parsing tests

This commit is contained in:
Bruno BELANYI 2020-09-29 20:35:51 +02:00
parent ad57d063d3
commit 41550b1291
4 changed files with 175 additions and 0 deletions

7
tests/unit/common.h Normal file
View file

@ -0,0 +1,7 @@
#ifndef COMMON_H
#define COMMON_H
void redirect_streams(void);
void write_to_stdin(const char *input);
#endif /* !COMMON_H */