1## Process this file with automake to produce Makefile.in
2
3TESTS = \
4	mesa11.cir		\
5	mesa13.cir		\
6	mesa14.cir		\
7	mesa15.cir		\
8	mesa21.cir		\
9	mesa.cir		\
10	mesgout.cir		\
11	mesinv.cir		\
12	mesosc.cir
13
14TESTS_ENVIRONMENT = $(SHELL) $(top_srcdir)/tests/bin/check.sh $(top_builddir)/src/ngspice
15
16EXTRA_DIST = \
17	$(TESTS) \
18	$(TESTS:.cir=.out)
19
20EXTRA_DIST += mesa12.cir mesa-12.cir
21
22MAINTAINERCLEANFILES = Makefile.in
23