From 02bd8acd41d1ed7891100fa0057981e98a0dbdad Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Wed, 29 Jun 2016 05:49:53 +0200 Subject: test: Add another test case for signed/unsigned (multiple) integers Apart from testing the actual integer signed vs. unsigned value storage and conversion, this test will check that the binary plist optimization is not re-using existing values. Basically it will test the fix that was introduced with commit acd226d1f71a78dd23b47a9a5c4ca8cf8068d509. --- test/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'test/Makefile.am') diff --git a/test/Makefile.am b/test/Makefile.am index 1f084db..522c499 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -26,6 +26,7 @@ TESTS = \ timezone2.test \ signedunsigned1.test \ signedunsigned2.test \ + signedunsigned3.test \ hex.test \ order.test \ recursion.test \ -- cgit v1.1-32-gdbae