# # Unit testing framework for C. # # The check package is a unit testing framework for C, # required by some packages. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=check pkgversion=0.15.2 arch=amd64 release=1 pkgcategory="devel" full_pkgname=check_0.15.2_amd64-1@devel blurb="Unit testing framework for C." homepage="https://libcheck.github.io/check/index.html" license="LGPLv2.1" fetch="https://github.com/libcheck/check/releases/download/0.15.2/check-0.15.2.tar.gz" replace=""