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