mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
BC412: add to backend_tcl; add skeleton test
GUI: allow for Qt not parsing #if's in slots (copy_to_clipboard_png())
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
# Copyright (C) 2009-2021 Robin Stuart <rstuart114@gmail.com>
|
||||
# Copyright (C) 2009-2022 Robin Stuart <rstuart114@gmail.com>
|
||||
# Adapted from qrencode/tests/CMakeLists.txt
|
||||
# Copyright (C) 2006-2017 Kentaro Fukuchi <kentaro@fukuchi.org>
|
||||
# vim: set ts=4 sw=4 et :
|
||||
@ -40,6 +40,7 @@ endif()
|
||||
zint_add_test(2of5 test_2of5)
|
||||
zint_add_test(auspost test_auspost)
|
||||
zint_add_test(aztec test_aztec)
|
||||
zint_add_test(bc412 test_bc412)
|
||||
zint_add_test(big5 test_big5)
|
||||
zint_add_test(bmp test_bmp)
|
||||
zint_add_test(channel test_channel)
|
||||
|
Reference in New Issue
Block a user