Sort the definitions for the test targets
This commit is contained in:
parent
b8f7caf5b7
commit
3cb25da331
|
@ -11,12 +11,12 @@ type=binary
|
||||||
sources=plugins.c
|
sources=plugins.c
|
||||||
ldflags=-ldl
|
ldflags=-ldl
|
||||||
|
|
||||||
[vfs]
|
|
||||||
type=binary
|
|
||||||
ldflags=-L$(OBJDIR)../src/lib -Wl,-rpath,../src -lBrowser
|
|
||||||
sources=vfs.c
|
|
||||||
|
|
||||||
[tests.log]
|
[tests.log]
|
||||||
type=script
|
type=script
|
||||||
script=./tests.sh
|
script=./tests.sh
|
||||||
depends=pkgconfig.sh,$(OBJDIR)plugins$(EXEEXT),$(OBJDIR)vfs$(EXEEXT),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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user