Check the supplied stinit.def file in distcheck

This commit is contained in:
Iustin Pop
2016-05-02 01:27:12 +02:00
parent 95c0789085
commit 5842bbac64
+3 -1
View File
@@ -64,7 +64,9 @@ distcheck: dist
DST="$$BASE/dst" && mkdir "$$DST" && \
tar xvf $(TARFILE) -C "$$SRC" && \
cd "$$SRC/$(RELEASEDIR)" && \
make CFLAGS="-Wall -Wextra -Werror" && ./mt --version && ./stinit --version && \
make CFLAGS="-Wall -Wextra -Werror" && \
./mt --version && ./stinit --version && \
./stinit -p -f stinit.def.examples && \
make dist && \
make install DESTDIR="$$DST" && \
numfiles=$$( \