A bunch of work/changes to get "make distcheck" to work correctly (run all the
[geda-gaf/whiteaudio.git] / gnetlist / tests / hierarchy / Makefile.am
blobcf20e9448cdd72aeb43679271c5e4de2723fde8f
1 ## Process this file with automake to produce Makefile.in
3 EXTRA_DIST = 1217.geda bottom.sch bottom.sym gnetlistrc.hierarchy gschemrc \
4              gschlasrc hierarchy.geda middle.sch middle.sym rock.sch rock.sym \
5              top.sch
8 # Temporarily disabled make check, since this is interfering with 
9 # make distcheck
10 check_SCRIPTS = tests
12 BUILDDIR=$(top_builddir)/tests/hierarchy
13 SRCDIR=$(srcdir)
15 tests:
16         rm -f $(BUILDDIR)/new_*
17         ( export TESTDIR=$(SRCDIR); \
18           echo $$TESTDIR; \
19           cp -f $(SRCDIR)/gnetlistrc.hierarchy $(BUILDDIR)/gnetlistrc; \
20           gnetlist \
21              -o $(BUILDDIR)/new_hierarchy.geda -g geda \
22              $(SRCDIR)/top.sch )
23         diff $(SRCDIR)/hierarchy.geda $(BUILDDIR)/new_hierarchy.geda; \
24         rm -f $(BUILDDIR)/gnetlistrc
26 MOSTLYCLEANFILES = new_* core *.log FILE *.ps *~
27 CLEANFILES = new_* core *.log FILE *.ps *~
28 DISTCLEANFILES = *.log core FILE *~ prototype.bak
29 MAINTAINERCLEANFILES = new_* core *.log FILE *.ps *~ Makefile.in configure