libSystem/tests/project.conf

20 lines
338 B
Plaintext

targets=string,tests.txt
cppflags_force=-I ../include
cflags_force=-W
cflags=-Wall -g -O2
ldflags_force=-L ../src -lSystem
ldflags=-L$(PREFIX)/lib -Wl,-rpath,"$(PWD)/../src"
dist=COPYING,Makefile,tests.sh
[string]
type=binary
sources=string.c
[string.c]
depends=../src/string.c
[tests.txt]
type=script
script=./tests.sh
depends=string