1## Process this file with automake to produce Makefile.in
2
3
4TESTS = subth.cir
5
6TESTS_ENVIRONMENT = $(SHELL) $(top_srcdir)/tests/bin/check.sh $(top_builddir)/src/ngspice
7
8EXTRA_DIST = \
9	$(TESTS) \
10	$(TESTS:.cir=.out)
11
12MAINTAINERCLEANFILES = Makefile.in
13