Actually register the "embedded" test

This commit is contained in:
Pierre Pronchery 2020-01-30 23:26:59 +01:00
parent a9c2049198
commit a32402958b
2 changed files with 19 additions and 0 deletions

View File

@ -3,8 +3,17 @@ version=0.1.0
config=h,sh
subdirs=data,doc,po,src,tools,tests
targets=tests
dist=Makefile,COPYING,config.h,config.sh
#targets
[tests]
type=command
command=cd tests && (if [ -n "$(OBJDIR)" ]; then $(MAKE) OBJDIR="$(OBJDIR)tests/" "$(OBJDIR)tests/embedded.log"; else $(MAKE) embedded.log; fi)
depends=all
enabled=0
phony=1
#dist
[COPYING]
install=$(PREFIX)/share/doc/$(PACKAGE)

View File

@ -1 +1,11 @@
targets=embedded.log
dist=Makefile,embedded.sh
#targets
[embedded.log]
type=script
script=./embedded.sh
enabled=0
#XXX keep the output
phony=1
depends=embedded.sh