Make TESTS a non-default option
This commit is contained in:
parent
6658ac1a58
commit
3dd8bf4dc9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317686
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ TESTS_DESC= Run compile-time tests (req. python)
|
|||
MILTER_DESC= Compile the milter interface
|
||||
STDERR_DESC= Print logs to stderr instead of stdout
|
||||
|
||||
OPTIONS_DEFAULT= ARC ARJ LHA UNZOO UNRAR LLVM TESTS DOCS
|
||||
OPTIONS_DEFAULT= ARC ARJ LHA UNZOO UNRAR LLVM DOCS
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
|
|
@ -25,7 +25,7 @@ MILTER_DESC= Compile the milter interface
|
|||
STDERR_DESC= Print logs to stderr instead of stdout
|
||||
EXPERIMENTAL_DESC= Build experimental code
|
||||
|
||||
OPTIONS_DEFAULT= ARC ARJ LHA UNZOO UNRAR LLVM TESTS DOCS
|
||||
OPTIONS_DEFAULT= ARC ARJ LHA UNZOO UNRAR LLVM DOCS
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
|
Loading…
Reference in a new issue