blob: 60c466392394e1b3004e6972c8c9e297e9304e8d [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2From: Eneas U de Queiroz <cote2004-github@yahoo.com>
3Date: Thu, 27 Sep 2018 08:34:38 -0300
4Subject: Do not build tests and fuzz directories
5
6This shortens build time.
7
8Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
9
10--- a/build.info
11+++ b/build.info
12@@ -1,7 +1,7 @@
13 # Note that some of these directories are filtered in Configure. Look for
14 # %skipdir there for further explanations.
15
16-SUBDIRS=crypto ssl apps util tools fuzz providers doc
17+SUBDIRS=crypto ssl apps util tools providers
18 IF[{- !$disabled{tests} -}]
19 SUBDIRS=test
20 ENDIF