[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: gaf.git: branch: master updated (1.5.0-20080706-327-g635546d)



The branch, master has been updated
       via  635546dcc9615c490e85ff6e7ef0c7d990af6842 (commit)
      from  51896e033129dada3f96a3448e189e19554c239a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 gnetlist/tests/drc2/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


=================
 Commit Messages
=================

commit 635546dcc9615c490e85ff6e7ef0c7d990af6842
Author: Dan McMahill <dan@xxxxxxxxxxxx>
Date:   Sun Nov 30 00:04:02 2008 -0500

    Specify the path to the gnetlist binary being tested.
    
    Point at the locally built but perhaps not yet installed gnetlist
    when running 'make check'.  This helps make sure we are testing
    the right gnetlist.

:100644 100644 da90810... 0ba7e04... M	gnetlist/tests/drc2/Makefile.am

=========
 Changes
=========

commit 635546dcc9615c490e85ff6e7ef0c7d990af6842
Author: Dan McMahill <dan@xxxxxxxxxxxx>
Date:   Sun Nov 30 00:04:02 2008 -0500

    Specify the path to the gnetlist binary being tested.
    
    Point at the locally built but perhaps not yet installed gnetlist
    when running 'make check'.  This helps make sure we are testing
    the right gnetlist.

diff --git a/gnetlist/tests/drc2/Makefile.am b/gnetlist/tests/drc2/Makefile.am
index da90810..0ba7e04 100644
--- a/gnetlist/tests/drc2/Makefile.am
+++ b/gnetlist/tests/drc2/Makefile.am
@@ -51,7 +51,7 @@ tests:
 	  file_basename=`basename $$file .sch`; \
 	  echo Checking test in $(SRCDIR)/$$file_basename.sch; \
 	  ( export TESTDIR=$(SRCDIR) ; \
-	    gnetlist -g drc2 -o $(BUILDDIR)/new_$$file_basename.drc2 \
+	    $(top_builddir)/src/gnetlist -g drc2 -o $(BUILDDIR)/new_$$file_basename.drc2 \
             $$file ); \
           diff $(SRCDIR)/$$file_basename.drc2 \
                  $(BUILDDIR)/new_$$file_basename.drc2; \




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs