]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Add %d, %u and %lu tests to test_argv unit tests.
authorGert Doering <gert@greenie.muc.de>
Sat, 23 Jun 2018 19:15:38 +0000 (21:15 +0200)
committerGert Doering <gert@greenie.muc.de>
Sat, 23 Jun 2018 19:25:29 +0000 (21:25 +0200)
commit6b27704dafcb60e995601178bbcfac751207e93e
tree141b2b1a405d72a14f87d0793787c316d996e2db
parent61dcf1513d69ddf1261402744496436923ec14bb
Add %d, %u and %lu tests to test_argv unit tests.

Some basic integer tests to verify signed, unsigned and
long unsigned (1L) printing.

Signed-off-by: Gert Doering <gert@greenie.muc.de>
Acked-by: Selva Nair <selva.nair@gmail.com>
Message-Id: <20180623191538.29317-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg17131.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
(cherry picked from commit 4376805d8fd2a5d4a3a7c5e4f60948a3ef76ff3b)
tests/unit_tests/openvpn/test_argv.c