[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: Makefile.am
User: ahvezda
Date: 07/04/21 15:13:40
Modified: . Makefile.am
Added: . gnetlistrc.hierarchy
Removed: . gnetlistrc
Log:
A bunch of work/changes to get "make distcheck" to work correctly (run all the
regression tests when doing check and distcheck)
Revision Changes Path
1.5 +15 -7 eda/geda/gaf/gnetlist/tests/hierarchy/Makefile.am
(In the diff below, changes in quantity of whitespace are not shown.)
Index: Makefile.am
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gnetlist/tests/hierarchy/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- Makefile.am 17 Feb 2007 03:15:41 -0000 1.4
+++ Makefile.am 21 Apr 2007 19:13:40 -0000 1.5
@@ -1,19 +1,27 @@
## Process this file with automake to produce Makefile.in
-EXTRA_DIST = 1217.geda bottom.sch bottom.sym gnetlistrc gschemrc gschlasrc \
- hierarchy.geda middle.sch middle.sym rock.sch rock.sym \
+EXTRA_DIST = 1217.geda bottom.sch bottom.sym gnetlistrc.hierarchy gschemrc \
+ gschlasrc hierarchy.geda middle.sch middle.sym rock.sch rock.sym \
top.sch
# Temporarily disabled make check, since this is interfering with
# make distcheck
-#check_SCRIPTS = tests
+check_SCRIPTS = tests
-tests:
- rm -f new_*
- gnetlist -o new_hierarchy.geda -g geda ./top.sch
- diff hierarchy.geda new_hierarchy.geda
+BUILDDIR=$(top_builddir)/tests/hierarchy
+SRCDIR=$(srcdir)
+tests:
+ rm -f $(BUILDDIR)/new_*
+ ( export TESTDIR=$(SRCDIR); \
+ echo $$TESTDIR; \
+ cp -f $(SRCDIR)/gnetlistrc.hierarchy $(BUILDDIR)/gnetlistrc; \
+ gnetlist \
+ -o $(BUILDDIR)/new_hierarchy.geda -g geda \
+ $(SRCDIR)/top.sch )
+ diff $(SRCDIR)/hierarchy.geda $(BUILDDIR)/new_hierarchy.geda; \
+ rm -f $(BUILDDIR)/gnetlistrc
MOSTLYCLEANFILES = new_* core *.log FILE *.ps *~
CLEANFILES = new_* core *.log FILE *.ps *~
1.1 eda/geda/gaf/gnetlist/tests/hierarchy/gnetlistrc.hierarchy
Index: gnetlistrc.hierarchy
===================================================================
(source-library "${TESTDIR}")
(component-library "${TESTDIR}")
;(net-naming-priority "label")
;(hierarchy-traversal "disabled")
;(hierarchy-uref-mangle "disabled")
;(hierarchy-netname-mangle "disabled")
;(hierarchy-netattrib-mangle "disabled")
;(hierarchy-netname-separator ".")
;(hierarchy-uref-separator ".")
;(hierarchy-netattrib-separator ".")
;(hierarchy-netname-order "prepend")
;(hierarchy-uref-order "prepend")
;(hierarchy-netattrib-order "prepend")
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs