1## Process this file with automake to produce Makefile.in
2
3TESTS = \
4	t3.cir		\
5	t4.cir		\
6	t5.cir		\
7	inv2.cir	\
8	RampVg2.cir
9
10TESTS_ENVIRONMENT = ngspice_vpath=$(srcdir) $(SHELL) $(top_srcdir)/tests/bin/check.sh $(top_builddir)/src/ngspice
11
12EXTRA_DIST = \
13	nmospd.mod		\
14	pmospd.mod		\
15	$(TESTS)		\
16	$(TESTS:.cir=.out)
17
18EXTRA_DIST += ring51.cir lib.h
19
20MAINTAINERCLEANFILES = Makefile.in
21