From 886bc336bf5e03c4740368584fe4757021447ce7 Mon Sep 17 00:00:00 2001 From: dwarning Date: Mon, 30 Mar 2015 12:48:44 +0200 Subject: [PATCH] extend qa test to hisimhv version 2 --- configure.ac | 1 + tests/Makefile.am | 2 ++ 2 files changed, 3 insertions(+) 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 \