diff --git a/configure.ac b/configure.ac index bbb4e0d4e..a0f0d3333 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/tests/Makefile.am b/tests/Makefile.am index 8b8963045..6d1419383 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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 \