2003-08-24 19:59:56 +02:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
|
|
TESTS = \
|
|
|
|
|
test.cir
|
|
|
|
|
|
2004-08-09 17:43:06 +02:00
|
|
|
TESTS_ENVIRONMENT = $(SHELL) $(top_srcdir)/tests/bin/check.sh $(top_builddir)/src/ngspice
|
2003-08-24 19:59:56 +02:00
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
2010-09-17 18:11:25 +02:00
|
|
|
$(TESTS) \
|
2003-08-24 19:59:56 +02:00
|
|
|
$(TESTS:.cir=.out)
|
|
|
|
|
|
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|