From 0a630b60dd78e500d0be62b06f951e00e75278dc Mon Sep 17 00:00:00 2001 From: steve Date: Sat, 18 Sep 2004 01:59:44 +0000 Subject: [PATCH] Fix make check for pristine sources. --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 2d30654fa..82f5c663e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -16,7 +16,7 @@ # 59 Temple Place - Suite 330 # Boston, MA 02111-1307, USA # -#ident "$Id: Makefile.in,v 1.166 2004/06/09 22:13:14 steve Exp $" +#ident "$Id: Makefile.in,v 1.167 2004/09/18 01:59:44 steve Exp $" # # SHELL = /bin/sh @@ -84,6 +84,7 @@ endif # sure the basics were compiled properly. check: all for dir in $(SUBDIRS); do (cd $$dir ; $(MAKE) check); done + test -r check.conf || cp $(srcdir)/check.conf . driver/iverilog -B. -BPivlpp -tcheck -ocheck.vvp $(srcdir)/examples/hello.vl vvp/vvp -M- -M./vpi ./check.vvp | grep 'Hello, World'