mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-29 14:25:23 -04:00

cmake: hardcode -fsanitize=address for MSVC 2019 cmake: non-MSVC simplify setting sanitize address, undefined test_code128: test_hibc_input: extra tests
13 lines
371 B
CMake
13 lines
371 B
CMake
# Copyright (C) 2020 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 :
|
|
|
|
cmake_minimum_required(VERSION 3.13)
|
|
project(zint_frontend_tests)
|
|
|
|
enable_testing()
|
|
|
|
include(${zint-package_SOURCE_DIR}/cmake/zint_add_test.cmake)
|
|
|
|
zint_add_test(args test_args)
|