From afe027f8deaf785fe072457c7395a589da6641d6 Mon Sep 17 00:00:00 2001 From: dwarning Date: Thu, 27 Jul 2017 14:37:44 +0200 Subject: [PATCH] bsim6 cmc qa test --- configure.ac | 1 + tests/Makefile.am | 2 ++ 2 files changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index 6d7c0c449..b7bded998 100644 --- a/configure.ac +++ b/configure.ac @@ -1164,6 +1164,7 @@ AC_CONFIG_FILES([Makefile tests/bsim3soifd/Makefile tests/bsim3soipd/Makefile tests/bsim4/Makefile + tests/bsim6/Makefile tests/bsimsoi/Makefile tests/filters/Makefile tests/general/Makefile diff --git a/tests/Makefile.am b/tests/Makefile.am index 6d1419383..bf4330b21 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -3,6 +3,7 @@ SUBDIRS = \ bsim3 \ bsim4 \ + bsim6 \ bsimsoi \ hisim \ hisimhv1 \ @@ -22,6 +23,7 @@ DIST_SUBDIRS = \ bsim3soifd \ bsim3soipd \ bsim4 \ + bsim6 \ bsimsoi \ filters \ general \