2014-11-06 18:22:05 +01:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
|
|
|
2015-12-26 19:00:16 +01:00
|
|
|
TESTS = bugs-1.cir bugs-2.cir dollar-1.cir empty-1.cir resume-1.cir log-functions-1.cir alter-vec.cir
|
2014-11-06 18:22:05 +01: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
|