aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOndrej Zajicek (work) <santiago@crfreenet.org>2020-06-03 16:15:29 +0200
committerOndrej Zajicek (work) <santiago@crfreenet.org>2020-06-03 16:15:29 +0200
commit63451c19611b5972769ed519bd7eb6c1b995a8a0 (patch)
tree53055f2984287e27b983b83434a1650f1a859264
parentf1b5f179dbd8aaef5eca4936b557e753e377d818 (diff)
downloadbird-63451c19611b5972769ed519bd7eb6c1b995a8a0.tar.gz
Test: Fix unit test mockups
-rw-r--r--test/birdtest.c1
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) {}