Skip to content
  • Henrik Grindal Bakken's avatar
    buildsys: Add --disable-tests to avoid building tests · cee22bd3
    Henrik Grindal Bakken authored
    This patch adds --disable-tests to configure.  It is based on a patch
    posted by Thierry Reding in 2010.  The motivation for adding it is that
    some tests fail link-time when cross-compiling.
    
    The patch adds a new Makefile variable -- manual_tests -- and uses
    that instead of noinst_PROGRAMS.  However, if ENABLE_TESTS is true,
    the former is added to the latter.  It also renames noinst_tests to
    simply tests.
    cee22bd3