11 lines
229 B
Makefile
11 lines
229 B
Makefile
|
|
## Process this file with automake to produce Makefile.in
|
||
|
|
|
||
|
|
TESTS = \
|
||
|
|
output.net
|
||
|
|
|
||
|
|
TESTS_ENVIRONMENT = $(SHELL) $(srcdir)/../check.sh $(top_builddir)/src/ngspice
|
||
|
|
|
||
|
|
EXTRA_DIST = output.net README
|
||
|
|
|
||
|
|
MAINTAINERCLEANFILES = Makefile.in
|