mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
tests: add missing includes
This commit is contained in:
parent
5ec67e3134
commit
ba27640ad0
2 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
|||
#include <libconfig.h>
|
||||
|
||||
#include "utils.h"
|
||||
#include "config_helper.h"
|
||||
|
||||
const char *cfg_example = "test : \n"
|
||||
"{\n"
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
#include <criterion/parameterized.h>
|
||||
|
||||
#include "utils.h"
|
||||
#include "config_helper.h"
|
||||
|
||||
struct param {
|
||||
const char *desc;
|
||||
|
|
Loading…
Add table
Reference in a new issue