Browser/tests/project.conf

16 lines
304 B
Plaintext

targets=plugins,tests.log
cppflags_force=-I ../include
cflags_force=-W `pkg-config --cflags libDesktop`
cflags=-Wall -g -O2
ldflags_force=-W `pkg-config --libs libDesktop`
dist=Makefile,tests.sh
[plugins]
type=binary
sources=plugins.c
[tests.log]
type=script
script=./tests.sh
depends=plugins,tests.sh