diff --git a/tests/project.conf b/tests/project.conf index e746e82..127098e 100644 --- a/tests/project.conf +++ b/tests/project.conf @@ -11,12 +11,12 @@ type=binary sources=plugins.c ldflags=-ldl -[vfs] -type=binary -ldflags=-L$(OBJDIR)../src/lib -Wl,-rpath,../src -lBrowser -sources=vfs.c - [tests.log] type=script script=./tests.sh depends=pkgconfig.sh,$(OBJDIR)plugins$(EXEEXT),$(OBJDIR)vfs$(EXEEXT),tests.sh + +[vfs] +type=binary +ldflags=-L$(OBJDIR)../src/lib -Wl,-rpath,../src -lBrowser +sources=vfs.c