]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: add a simple test for the qr printing code 17454/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 25 Oct 2020 11:20:38 +0000 (12:20 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 27 Oct 2020 17:33:29 +0000 (18:33 +0100)
commit158b28313f5ff978b98ea2006608ff8e6bb695c3
tree1550b230b20d529cc0acb5871687b6d1944f43dd
parentf1b823596f8a4dc6b1f76206b7473bac71e3840b
test: add a simple test for the qr printing code

Ideally, we'd read back what we wrote, but that would have been
much more complicated. But just writing stuff is useful to test under
valgrind or manually.
src/test/meson.build
src/test/test-qrcode-util.c [new file with mode: 0644]