blob: f3fa5814d9be6e3e2be4d13031bde440149241da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
## Process this file with automake to produce Makefile.in
TESTS = \
test1.cir \
test2.cir \
test3.cir \
test4.cir \
test5.cir \
test6.cir \
test7.cir \
test8.cir \
test9.cir \
test10.cir \
test11.cir \
test12.cir \
test13.cir \
test14.cir
TESTS_ENVIRONMENT = ngspice_vpath=$(srcdir) $(SHELL) $(top_srcdir)/tests/bin/check.sh $(top_builddir)/src/ngspice
EXTRA_DIST = \
modelcard.nmos \
modelcard.pmos \
$(TESTS) \
$(TESTS:.cir=.out)
MAINTAINERCLEANFILES = Makefile.in
|