tests/Makefile.am: drop tests
keep tests only for BSIM3 (old style), BSIM4, BSIMSOI4, HiSIM, HiSIMHV and XSPICE
This commit is contained in:
parent
583144c421
commit
f85da3d49d
|
|
@ -1,53 +1,17 @@
|
||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
SUBDIRS = bsim1 \
|
SUBDIRS = bsim3 \
|
||||||
bsim2 \
|
bsim3soi \
|
||||||
bsim3 \
|
bsim4 \
|
||||||
bsim3soi \
|
hisim \
|
||||||
bsim3soidd \
|
hisimhv
|
||||||
bsim3soifd \
|
|
||||||
bsim3soipd \
|
|
||||||
bsim4 \
|
|
||||||
filters \
|
|
||||||
general \
|
|
||||||
hfet \
|
|
||||||
hisim \
|
|
||||||
hisimhv \
|
|
||||||
jfet \
|
|
||||||
mes \
|
|
||||||
mesa \
|
|
||||||
mos6 \
|
|
||||||
polezero \
|
|
||||||
resistance \
|
|
||||||
sensitivity \
|
|
||||||
transient \
|
|
||||||
transmission \
|
|
||||||
vbic
|
|
||||||
|
|
||||||
|
|
||||||
DIST_SUBDIRS = bsim1 \
|
DIST_SUBDIRS = bsim3 \
|
||||||
bsim2 \
|
|
||||||
bsim3 \
|
|
||||||
bsim3soi \
|
bsim3soi \
|
||||||
bsim3soidd \
|
bsim4 \
|
||||||
bsim3soifd \
|
|
||||||
bsim3soipd \
|
|
||||||
bsim4 \
|
|
||||||
filters \
|
|
||||||
general \
|
|
||||||
hfet \
|
|
||||||
hisim \
|
hisim \
|
||||||
hisimhv \
|
hisimhv
|
||||||
jfet \
|
|
||||||
mes \
|
|
||||||
mesa \
|
|
||||||
mos6 \
|
|
||||||
polezero \
|
|
||||||
resistance \
|
|
||||||
sensitivity \
|
|
||||||
transient \
|
|
||||||
transmission \
|
|
||||||
vbic
|
|
||||||
|
|
||||||
if XSPICE_WANTED
|
if XSPICE_WANTED
|
||||||
SUBDIRS += xspice
|
SUBDIRS += xspice
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue