mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-02 02:37:19 +02:00
20 lines
346 B
Makefile
20 lines
346 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
TESTS = CEamp.cir \
|
|
FG.cir \
|
|
FO.cir \
|
|
diffamp.cir \
|
|
noise_scale_test.cir \
|
|
temp.cir
|
|
|
|
TESTS_ENVIRONMENT = $(SHELL) $(top_srcdir)/tests/bin/check.sh $(top_builddir)/src/ngspice
|
|
|
|
EXTRA_DIST = \
|
|
$(TESTS) \
|
|
$(TESTS:.cir=.out)
|
|
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|