2015-08-10 17:33:17 +02:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
|
|
|
2015-10-31 12:50:31 +01:00
|
|
|
TESTS = temper-1.cir temper-2.cir temper-3.cir temper-res-1.cir
|
2015-08-10 17:33:17 +02:00
|
|
|
|
|
|
|
|
TESTS_ENVIRONMENT = ngspice_vpath=$(srcdir) $(SHELL) $(top_srcdir)/tests/bin/check.sh $(top_builddir)/src/ngspice
|
|
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
|
$(TESTS) \
|
|
|
|
|
$(TESTS:.cir=.out)
|
|
|
|
|
|
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|