mirror of
https://github.com/libressl/portable.git
synced 2026-01-17 21:51:17 +01:00
Add configure option to disable tests
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
SUBDIRS = crypto ssl tls include apps tests man
|
||||
SUBDIRS = crypto ssl tls include apps man
|
||||
if ENABLE_TESTS
|
||||
SUBDIRS += tests
|
||||
endif
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
|
||||
Reference in New Issue
Block a user