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/hfet/Makefile
|
||||||
tests/hisim/Makefile
|
tests/hisim/Makefile
|
||||||
tests/hisimhv1/Makefile
|
tests/hisimhv1/Makefile
|
||||||
|
tests/hisimhv2/Makefile
|
||||||
tests/jfet/Makefile
|
tests/jfet/Makefile
|
||||||
tests/mes/Makefile
|
tests/mes/Makefile
|
||||||
tests/mesa/Makefile
|
tests/mesa/Makefile
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@ SUBDIRS = \
|
||||||
bsimsoi \
|
bsimsoi \
|
||||||
hisim \
|
hisim \
|
||||||
hisimhv1 \
|
hisimhv1 \
|
||||||
|
hisimhv2 \
|
||||||
regression
|
regression
|
||||||
|
|
||||||
if XSPICE_WANTED
|
if XSPICE_WANTED
|
||||||
|
|
@ -27,6 +28,7 @@ DIST_SUBDIRS = \
|
||||||
hfet \
|
hfet \
|
||||||
hisim \
|
hisim \
|
||||||
hisimhv1 \
|
hisimhv1 \
|
||||||
|
hisimhv2 \
|
||||||
jfet \
|
jfet \
|
||||||
mes \
|
mes \
|
||||||
mesa \
|
mesa \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue