commit | c09c5f32d6fc733e4c9f3e1962761ff324c3526a | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Tue Jun 26 12:07:44 2012 -0400 |
committer | Mark Wielaard <mjw@redhat.com> | Tue Jul 17 15:20:13 2012 +0200 |
tree | b2589629153a46f2a381ade783fce93b2b693101 | |
parent | ef5688e1c4916c669f12dee708d07cec416b4e77 [diff] |
tests: only compile test programs when running test The test binaries are only needed by make check, so change the PROGRAMS category from noinst_ to check_ to speed up default `make && make install`. If people want to run the tests, then the utilities will be compiled automatically when they run `make check`, so the normal workflow should be unchanged. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Mark Wielaard <mjw@redhat.com>