Actually register the "embedded" test
This commit is contained in:
parent
a9c2049198
commit
a32402958b
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user