Skip to content

Instantly share code, notes, and snippets.

@gahr
Created February 21, 2023 12:56
Show Gist options
  • Select an option

  • Save gahr/51ed9e4ceaad5eb2d30c7545085b6fd2 to your computer and use it in GitHub Desktop.

Select an option

Save gahr/51ed9e4ceaad5eb2d30c7545085b6fd2 to your computer and use it in GitHub Desktop.
--- 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