mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 13:57:32 +02:00
13 lines
281 B
Makefile
13 lines
281 B
Makefile
## Process this file with automake to produce Makefile.in
|
|||
|
|
|
||
|
|
|
||
|
|
TESTS = binning-1.cir
|
||
|
|
|
||
|
|
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
|