Register dependencies for testing the Python binding

This commit is contained in:
Pierre Pronchery 2016-08-15 00:53:54 +02:00
parent 9218759b8c
commit 942f0e6b03

View File

@ -40,7 +40,7 @@ sources=includes.c
[pylint.log] [pylint.log]
type=script type=script
script=./pylint.sh script=./pylint.sh
depends=pylint.sh depends=../src/python/libSystem.py,pylint.sh
[string] [string]
type=binary type=binary
@ -52,7 +52,7 @@ depends=../src/string.c
[tests.log] [tests.log]
type=script type=script
script=./tests.sh script=./tests.sh
depends=$(OBJDIR)array$(EXEEXT),$(OBJDIR)config$(EXEEXT),config.conf,config-noeol.conf,$(OBJDIR)error$(EXEEXT),$(OBJDIR)event$(EXEEXT),$(OBJDIR)includes$(EXEEXT),pkgconfig.sh,python.sh,$(OBJDIR)string$(EXEEXT),tests.sh,$(OBJDIR)variable$(EXEEXT),$(OBJDIR)../src/libSystem.a depends=$(OBJDIR)array$(EXEEXT),$(OBJDIR)config$(EXEEXT),config.conf,config-noeol.conf,$(OBJDIR)error$(EXEEXT),$(OBJDIR)event$(EXEEXT),$(OBJDIR)includes$(EXEEXT),pkgconfig.sh,python.sh,$(OBJDIR)string$(EXEEXT),tests.sh,$(OBJDIR)variable$(EXEEXT),$(OBJDIR)../src/libSystem.a,../src/python/libSystem.c
[variable] [variable]
type=binary type=binary