Browser/tests/project.conf

21 lines
418 B
Plaintext

targets=plugins,vfs,tests.log
cppflags_force=-I ../include
cflags_force=-W `pkg-config --cflags libDesktop`
cflags=-Wall -g -O2 -pedantic -fstack-protector
ldflags_force=-W `pkg-config --libs libDesktop`
dist=Makefile,tests.sh
[plugins]
type=binary
sources=plugins.c
[vfs]
type=binary
ldflags=-L../src -Wl,-rpath,../src -lBrowser
sources=vfs.c
[tests.log]
type=script
script=./tests.sh
depends=plugins,vfs,tests.sh