extend qa test to hisimhv version 2

This commit is contained in:
dwarning 2015-03-30 12:48:44 +02:00
parent f135a32401
commit 886bc336bf
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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 \