assert.h

Single-file assertion library for C
git clone git://git.finwo.net/lib/assert.h
Log | Files | Refs | README

commit bc00192fc356f76d8553c89efc0e5134ee19f54c
parent e0480e65ce5ab1341172fca2c53cb0a2b27b81df
Author: Yersa Nordman <yersa@finwo.nl>
Date:   Fri, 27 Jan 2023 22:22:56 +0100

package.ini: assert.h must be in the include directory

Diffstat:
Mpackage.ini | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.ini b/package.ini @@ -4,4 +4,4 @@ src=https://github.com/finwo/c-assert/archive/2a4931e42f1b1dd3523750f2e796ae5c7e src-sha256=00939c78c58113fa7a477fac5a051a2267b4536c2c3e4f438afa9d88b76274e2 [export] -finwo/assert.h=include/test.h +include/finwo/assert.h=include/test.h