blob: d9017d3a986f5b27268e761f5d93027dee544cb6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = unittest-c
pkgdesc = unittest c is a fast and simple macro-based unit testing framework for C. It's inspired by the Python unittest module and designed to reduce boilerplate code. With macros and a built-in test runner, it's ideal for large test suites.
pkgver = 1.3.3
pkgrel = 10
url = https://github.com/alecksandr26/unittest-c/archive/refs/tags/v1.1.2.tar.gz
arch = x86_64
license = MIT License
makedepends = gcc
makedepends = git
makedepends = make
makedepends = binutils
makedepends = coreutils
makedepends = except-c
optdepends = valgrind
source = unittest-c-1.3.3.tar.gz::https://github.com/alecksandr26/unittest-c/archive/refs/tags/v1.1.2.tar.gz
md5sums = SKIP
pkgname = unittest-c
|