tests: unit: add parsing tests
This commit is contained in:
parent
ad57d063d3
commit
41550b1291
4 changed files with 175 additions and 0 deletions
7
tests/unit/common.h
Normal file
7
tests/unit/common.h
Normal 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 */
|
||||
Loading…
Add table
Add a link
Reference in a new issue