From f85da3d49d730d612182ed1830984fac525b5cc0 Mon Sep 17 00:00:00 2001 From: h_vogt Date: Tue, 22 May 2012 23:56:51 +0200 Subject: [PATCH] tests/Makefile.am: drop tests keep tests only for BSIM3 (old style), BSIM4, BSIMSOI4, HiSIM, HiSIMHV and XSPICE --- tests/Makefile.am | 52 ++++++++--------------------------------------- 1 file changed, 8 insertions(+), 44 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index dcf491f3c..f696b3c21 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,53 +1,17 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = bsim1 \ - bsim2 \ - bsim3 \ - bsim3soi \ - bsim3soidd \ - bsim3soifd \ - bsim3soipd \ - bsim4 \ - filters \ - general \ - hfet \ - hisim \ - hisimhv \ - jfet \ - mes \ - mesa \ - mos6 \ - polezero \ - resistance \ - sensitivity \ - transient \ - transmission \ - vbic +SUBDIRS = bsim3 \ + bsim3soi \ + bsim4 \ + hisim \ + hisimhv -DIST_SUBDIRS = bsim1 \ - bsim2 \ - bsim3 \ +DIST_SUBDIRS = bsim3 \ bsim3soi \ - bsim3soidd \ - bsim3soifd \ - bsim3soipd \ - bsim4 \ - filters \ - general \ - hfet \ + bsim4 \ hisim \ - hisimhv \ - jfet \ - mes \ - mesa \ - mos6 \ - polezero \ - resistance \ - sensitivity \ - transient \ - transmission \ - vbic + hisimhv if XSPICE_WANTED SUBDIRS += xspice