Trigger the tests through "make tests"

This commit is contained in:
Pierre Pronchery 2020-01-09 09:24:05 +01:00
parent 60945f6452
commit 57c2f0564c

View File

@ -65,6 +65,7 @@ sources=string.c
[tests.log]
type=script
script=./tests.sh
enabled=0
depends=$(OBJDIR)array$(EXEEXT),$(OBJDIR)buffer$(EXEEXT),$(OBJDIR)config$(EXEEXT),config.conf,config-noeol.conf,$(OBJDIR)error$(EXEEXT),$(OBJDIR)event$(EXEEXT),$(OBJDIR)includes$(EXEEXT),$(OBJDIR)parser$(EXEEXT),pkgconfig.sh,python.sh,$(OBJDIR)string$(EXEEXT),tests.sh,$(OBJDIR)variable$(EXEEXT),$(OBJDIR)../src/libSystem.a,../src/python/libSystem.c
enabled=0