2004-02-14 20:19:23 +01:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
TESTS = \
|
|
|
|
|
mosamp.cir \
|
|
|
|
|
mosmem.cir \
|
|
|
|
|
rc.cir \
|
|
|
|
|
rca3040.cir \
|
|
|
|
|
rtlinv.cir \
|
|
|
|
|
schmitt.cir
|
|
|
|
|
|
2004-08-09 17:31:36 +02:00
|
|
|
TESTS_ENVIRONMENT = $(SHELL) $(top_srcdir)/tests/bin/check.sh $(top_builddir)/src/ngspice
|
2004-02-14 20:19:23 +01:00
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
|
$(TESTS) \
|
|
|
|
|
$(TESTS:.cir=.out)
|
|
|
|
|
|
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|