Browse Source

extend qa test to hisimhv version 2

pre-master-46
dwarning 11 years ago
parent
commit
886bc336bf
  1. 1
      configure.ac
  2. 2
      tests/Makefile.am

1
configure.ac

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

2
tests/Makefile.am

@ -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…
Cancel
Save