2004-02-14 20:19:23 +01:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
TESTS = subth.cir
|
|
|
|
|
|
2004-08-09 17:28:35 +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 = \
|
2010-09-17 18:11:25 +02:00
|
|
|
$(TESTS) \
|
2004-02-14 20:19:23 +01:00
|
|
|
$(TESTS:.cir=.out)
|
|
|
|
|
|
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|