extend qa test to hisimhv version 2
This commit is contained in:
parent
f135a32401
commit
886bc336bf
|
|
@ -1172,6 +1172,7 @@ AC_CONFIG_FILES([Makefile
|
|||
tests/hfet/Makefile
|
||||
tests/hisim/Makefile
|
||||
tests/hisimhv1/Makefile
|
||||
tests/hisimhv2/Makefile
|
||||
tests/jfet/Makefile
|
||||
tests/mes/Makefile
|
||||
tests/mesa/Makefile
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ SUBDIRS = \
|
|||
bsimsoi \
|
||||
hisim \
|
||||
hisimhv1 \
|
||||
hisimhv2 \
|
||||
regression
|
||||
|
||||
if XSPICE_WANTED
|
||||
|
|
@ -27,6 +28,7 @@ DIST_SUBDIRS = \
|
|||
hfet \
|
||||
hisim \
|
||||
hisimhv1 \
|
||||
hisimhv2 \
|
||||
jfet \
|
||||
mes \
|
||||
mesa \
|
||||
|
|
|
|||
Loading…
Reference in New Issue