make regrssion test first, the xspice, then model qua tests

This commit is contained in:
Holger Vogt
2018-11-18 16:01:04 +01:00
parent df9efac808
commit cc4b00f991
+9 -8
View File
@@ -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 \