Created
February 21, 2023 12:56
-
-
Save gahr/51ed9e4ceaad5eb2d30c7545085b6fd2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- a/Makefile.autosetup | |
| +++ b/Makefile.autosetup | |
| @@ -944,7 +944,10 @@ coverage: all test | |
| @include @srcdir@/data/Makefile.autosetup | |
| @include @srcdir@/docs/Makefile.autosetup | |
| @if ENABLE_UNIT_TESTS | |
| +"UNIT TESTS ARE ENABLED" | |
| @include @srcdir@/test/Makefile.autosetup | |
| +@else | |
| +"UNIT TESTS ARE DISABLED" | |
| @endif | |
| @if ENABLE_FUZZ_TESTS | |
| @include @srcdir@/fuzz/Makefile.autosetup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment