From cc4b00f9914887db317e9905e57df1ce2bff8a8c Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sat, 10 Nov 2018 11:04:25 +0100 Subject: [PATCH] make regrssion test first, the xspice, then model qua tests --- tests/Makefile.am | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 6d1419383..aae081e4f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,18 +1,19 @@ ## Process this file with automake to produce Makefile.in +## regression first, the model qua tests -SUBDIRS = \ - bsim3 \ - bsim4 \ - bsimsoi \ - hisim \ - hisimhv1 \ - hisimhv2 \ - regression +SUBDIRS = regression if XSPICE_WANTED SUBDIRS += xspice endif +SUBDIRS += \ + bsim3 \ + bsim4 \ + bsimsoi \ + hisim \ + hisimhv1 \ + hisimhv2 DIST_SUBDIRS = \ bsim1 \