Browse Source

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

pre-master-46
Holger Vogt 7 years ago
parent
commit
cc4b00f991
  1. 17
      tests/Makefile.am

17
tests/Makefile.am

@ -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 = \
bsim3 \
bsim4 \
bsimsoi \
hisim \
hisimhv1 \
hisimhv2 \
regression
SUBDIRS = 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 \

Loading…
Cancel
Save