blob: 8faafd141cc686da65e67c54c10029dd83ee0a71 (
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.2.0
pkgrel = 6
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 = trycatch-c
optdepends = valgrind
source = unittest-c-1.2.0.tar.gz::https://github.com/alecksandr26/unittest-c/archive/refs/tags/v1.1.2.tar.gz
md5sums = SKIP
pkgname = unittest-c
|