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.
29 lines
471 B
29 lines
471 B
## Process this file with automake to produce Makefile.in
|
|
|
|
TESTS = \
|
|
test1.v31 \
|
|
test2.v31 \
|
|
test3.v31 \
|
|
test4.v31 \
|
|
test5.v31 \
|
|
test6.v31 \
|
|
test7.v31 \
|
|
test8.v31 \
|
|
test9.v31 \
|
|
test10.v31 \
|
|
test11.v31 \
|
|
test12.v31 \
|
|
test13.v31 \
|
|
test14.v31
|
|
|
|
|
|
TESTS_ENVIRONMENT = $(SHELL) $(srcdir)/check.sh $(top_builddir)/src/ngspice
|
|
|
|
EXTRA_DIST = \
|
|
model.card \
|
|
modelcard.nmos \
|
|
modelcard.pmos \
|
|
$(TESTS) \
|
|
$(TESTS:.v31=.out)
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|