mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 05:47:42 +02:00
15 lines
300 B
Makefile
15 lines
300 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
TESTS = \
|
|
res_array.cir \
|
|
res_simple.cir \
|
|
res_partition.cir
|
|
|
|
TESTS_ENVIRONMENT = $(SHELL) $(top_srcdir)/tests/bin/check.sh $(top_builddir)/src/ngspice
|
|
|
|
EXTRA_DIST = \
|
|
$(TESTS) \
|
|
$(TESTS:.cir=.out)
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|