Sort the definitions for the test targets

This commit is contained in:
Pierre Pronchery 2017-10-24 00:56:16 +02:00
parent b8f7caf5b7
commit 3cb25da331

View File

@ -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