[GENLINK] Add Test suite + simple test
This commit is contained in:
committed by
Piotr Esden-Tempski
parent
bfdc2cd991
commit
89236f0339
10
Makefile
10
Makefile
@@ -115,5 +115,13 @@ styleclean: $(STYLECHECKFILES:=.styleclean)
|
||||
%.styleclean:
|
||||
$(Q)rm -f $*.stylecheck;
|
||||
|
||||
.PHONY: build lib $(LIB_DIRS) install doc clean stylecheck styleclean
|
||||
|
||||
LDTESTS :=$(wildcard ld/tests/*.data)
|
||||
LDTESTS :=$(LDTESTS:.data=)
|
||||
genlinktests:
|
||||
@for i in $(LDTESTS); do \
|
||||
printf " TEST\t$$i\t: "; \
|
||||
./scripts/genlinktest.sh $$i || exit 1; \
|
||||
done
|
||||
|
||||
.PHONY: build lib $(LIB_DIRS) install doc clean generatedheaders cleanheaders stylecheck genlinktests
|
||||
|
||||
Reference in New Issue
Block a user