Skip to content
  • Jeremy C. Reed's avatar
    [trac1286] change check_PROGRAMS to noinst_PROGRAMS · b126cf8d
    Jeremy C. Reed authored
    And for check_LTLIBRARIES to noinst_LTLIBRARIES too.
    
    This is so a regular "make" will build the test programs and
    libraries too.  So the "make check" will just run the tests (and
    not build them).  This is to help with test-driven development.
    
    This reverses some from #1091, plus does the rest too.
    
    Note that doing a "make check" before a "make" does not currently
    work due to dependencies depending on each other (e.g. python/isc/log
    tests needs datasrc but python/isc/datasrc tests need log_config_update).
    b126cf8d