blob: 920ebed8b0173ce61df64f8ecefcc968b5281735 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
## Process this file with automake to produce Makefile.in
TESTS = ex1a.cir ex1b.cir ex2a.cir ex3a.cir
TESTS_ENVIRONMENT = ngspice_vpath=$(srcdir) $(SHELL) $(top_srcdir)/tests/bin/check.sh $(top_builddir)/src/ngspice
EXTRA_DIST = \
ex1.lib ex2.lib ex3.lib extra3.lib \
$(TESTS) \
$(TESTS:.cir=.out)
MAINTAINERCLEANFILES = Makefile.in
|