15 lines
332 B
Makefile
15 lines
332 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
TESTS = \
|
|
vsrc-pwl-1.cir \
|
|
vsrc-pwl-2.cir \
|
|
isrc-pwl-1.cir
|
|
|
|
TESTS_ENVIRONMENT = SPICE_SCRIPTS=$(srcdir) $(SHELL) $(top_srcdir)/tests/bin/check.sh "$(top_builddir)/src/ngspice -r foobaz"
|
|
|
|
EXTRA_DIST = \
|
|
$(TESTS) \
|
|
$(TESTS:.cir=.out)
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|