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 \
|
2010-06-13 18:58:40 +02:00
|
|
|
schmitt.cir \
|
|
|
|
|
diffpair.cir \
|
|
|
|
|
fourbitadder.cir
|
2004-02-14 20:19:23 +01:00
|
|
|
|
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
|