You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
287 B
13 lines
287 B
## Process this file with automake to produce Makefile.in
|
|
|
|
TESTS = alter-1.cmd
|
|
|
|
TESTS_ENVIRONMENT = \
|
|
SPICE_SCRIPTS=$(top_srcdir)/tests/bin \
|
|
ngspice_vpath=$(srcdir) \
|
|
$(SHELL) -c '$(top_builddir)/src/ngspice -p < $$1' --
|
|
|
|
EXTRA_DIST = \
|
|
$(TESTS)
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|