diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2020-06-03 16:15:29 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2020-06-03 16:15:29 +0200 |
commit | 63451c19611b5972769ed519bd7eb6c1b995a8a0 (patch) | |
tree | 53055f2984287e27b983b83434a1650f1a859264 /test | |
parent | f1b5f179dbd8aaef5eca4936b557e753e377d818 (diff) |
Test: Fix unit test mockups
Diffstat (limited to 'test')
-rw-r--r-- | test/birdtest.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/birdtest.c b/test/birdtest.c index 641fd3c7..d9e598a9 100644 --- a/test/birdtest.c +++ b/test/birdtest.c @@ -511,6 +511,7 @@ bt_is_char(byte c) * Mock-ups of all necessary public functions in main.c */ +int parse_and_exit; char *bird_name; void async_config(void) {} void async_dump(void) {} |