mirror of https://github.com/openXC7/prjxray.git
030-iob fuzzer Makefile: added dependency to target build/segbits_liob33.rdb
The Makefile of the 030-fuzzer needs to have a dependency of SPECIMEN_OK on the build/segbits_liob33.rdb target, otherwise the test specimen would not be created automatically Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
parent
bc53d824fa
commit
fa90a7d942
|
|
@ -5,7 +5,7 @@ SEGDATAS=$(addsuffix /segdata_liob33.txt,$(SPECIMENS))
|
|||
|
||||
database: build/segbits_liob33.db
|
||||
|
||||
build/segbits_liob33.rdb:
|
||||
build/segbits_liob33.rdb: $(SPECIMENS_OK)
|
||||
${XRAY_SEGMATCH} -o build/segbits_liob33.rdb $(SEGDATAS)
|
||||
|
||||
build/segbits_liob33.db: build/segbits_liob33.rdb
|
||||
|
|
|
|||
Loading…
Reference in New Issue