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