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

This commit is contained in:
Holger Vogt 2018-11-10 11:04:25 +01:00
parent df9efac808
commit cc4b00f991
1 changed files with 9 additions and 8 deletions

View File

@ -1,18 +1,19 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
## regression first, the model qua tests
SUBDIRS = \ SUBDIRS = regression
bsim3 \
bsim4 \
bsimsoi \
hisim \
hisimhv1 \
hisimhv2 \
regression
if XSPICE_WANTED if XSPICE_WANTED
SUBDIRS += xspice SUBDIRS += xspice
endif endif
SUBDIRS += \
bsim3 \
bsim4 \
bsimsoi \
hisim \
hisimhv1 \
hisimhv2
DIST_SUBDIRS = \ DIST_SUBDIRS = \
bsim1 \ bsim1 \