Browser/tests/project.conf

22 lines
465 B
Plaintext

targets=plugins,vfs,tests.log
cppflags_force=-I ../include
cflags_force=`pkg-config --cflags libDesktop`
cflags=-W -Wall -g -O2 -pedantic -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector-all
ldflags_force=-W `pkg-config --libs libDesktop`
ldflags=-Wl,-pie
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