summaryrefslogtreecommitdiff
blob: 736997ad2ee9c48b3a1b0ece4063be5e23106b21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- src/packlib/Imakefile.orig	2007-08-29 09:27:40.000000000 +0100
+++ src/packlib/Imakefile	2007-08-29 11:32:46.000000000 +0100
@@ -16,7 +16,8 @@
 InstallLibraryAlias(packlib,packlib-shift,$(CERN_LIBDIR))
 InstallSharedLibrary(packlib,$(LIB_SONAME).$(CERN_LEVEL),$(CERN_SHLIBDIR))
 
-TestSubdirs($(LIBDIRS))
+/* removed buggy tests on 64 bits */
+TestSubdirs(cspack epio fatmen hepdb kapack minuit)
 
 #ifdef CERNLIB_VAXVMS
 
--- src/kernlib/Imakefile.orig	2007-08-29 09:27:40.000000000 +0100
+++ src/kernlib/Imakefile	2007-08-29 11:33:37.000000000 +0100
@@ -18,6 +18,7 @@
 
 test::	LibraryTargetName(kernlib)
 
-TestSubdirs($(SUBDIRS))
+/* removed buggy files on 64 bits */
+TestSubdirs(kernbit kerngen umon)
 
 InstallIncludeSubdirs($(LIBDIRS))