aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test-helpers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/test-helpers.c')
-rw-r--r--src/tests/test-helpers.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tests/test-helpers.c b/src/tests/test-helpers.c
index aafe815..cfe2140 100644
--- a/src/tests/test-helpers.c
+++ b/src/tests/test-helpers.c
@@ -32,7 +32,6 @@
#include <osmocom/ranap/RANAP_LAI.h>
-int asn1_xer_print = 0;
extern void *talloc_asn1_ctx;
/* use odd number of digits */
@@ -207,6 +206,8 @@ void test_ranap_common(void)
int main(int argc, char **argv)
{
+ asn1_xer_print = 0;
+
test_common_init();
test_iu_helpers();