2001-01-21 18:20:06 +01:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
|
|
TESTS = \
|
2010-09-17 18:11:25 +02:00
|
|
|
t3.cir \
|
|
|
|
|
t4.cir \
|
|
|
|
|
t5.cir \
|
2001-01-21 18:20:06 +01:00
|
|
|
inv2.cir \
|
|
|
|
|
RampVg2.cir
|
|
|
|
|
|
2011-01-25 19:39:06 +01:00
|
|
|
TESTS_ENVIRONMENT = ngspice_vpath=$(srcdir) $(SHELL) $(top_srcdir)/tests/bin/check.sh $(top_builddir)/src/ngspice
|
2001-01-21 18:20:06 +01:00
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
2004-09-05 09:35:06 +02:00
|
|
|
nmosdd.mod \
|
|
|
|
|
pmosdd.mod \
|
2001-01-21 18:20:06 +01:00
|
|
|
$(TESTS) \
|
|
|
|
|
$(TESTS:.cir=.out)
|
|
|
|
|
|
2010-09-17 18:24:01 +02:00
|
|
|
EXTRA_DIST += ring51.cir lib.h
|
|
|
|
|
|
2001-01-21 18:20:06 +01:00
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|