From b8e9fedc5f1694164707c810dd9dae3f6468edb6 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Mon, 7 Feb 2022 09:36:16 +0100 Subject: test: Add int64 min/max testcase for JSON parser --- test/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'test/Makefile.am') diff --git a/test/Makefile.am b/test/Makefile.am index 0d99d92..cd3b940 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -53,7 +53,8 @@ TESTS = \ json1.test \ json2.test \ json3.test \ - json-invalid-types.test + json-invalid-types.test \ + json-int64-min-max.test EXTRA_DIST = \ $(TESTS) \ @@ -100,7 +101,8 @@ EXTRA_DIST = \ data/uid.bplist \ data/data.bplist \ data/j1.json \ - data/j2.json + data/j2.json \ + data/int64_min_max.json TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ -- cgit v1.1-32-gdbae