2004-02-14 20:19:23 +01:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2004-08-09 17:19:20 +02:00
|
|
|
TESTS = CEamp.cir \
|
2010-09-17 18:11:25 +02:00
|
|
|
FG.cir \
|
|
|
|
|
FO.cir \
|
|
|
|
|
diffamp.cir \
|
|
|
|
|
noise_scale_test.cir \
|
2008-11-29 18:07:55 +01:00
|
|
|
temp.cir
|
2004-08-09 17:19:20 +02:00
|
|
|
|
|
|
|
|
TESTS_ENVIRONMENT = $(SHELL) $(top_srcdir)/tests/bin/check.sh $(top_builddir)/src/ngspice
|
|
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
2010-09-17 18:11:25 +02:00
|
|
|
$(TESTS) \
|
2004-08-09 17:19:20 +02:00
|
|
|
$(TESTS:.cir=.out)
|
|
|
|
|
|
2004-02-14 20:19:23 +01:00
|
|
|
|
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|