]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
tests: separate check_PROGRAMS from TESTS 4380/head
authorJason Dillaman <dillaman@redhat.com>
Fri, 17 Apr 2015 00:55:53 +0000 (20:55 -0400)
committerJason Dillaman <dillaman@redhat.com>
Sat, 18 Apr 2015 00:08:59 +0000 (20:08 -0400)
commit933332be6fd8d5c593f7fd4acbb6304e0c10587e
treed941a9515846706fea993fa160069189ae6bd60f
parente948a3c6595cbd367f81716eaa910b0c8de5f329
tests: separate check_PROGRAMS from TESTS

Not all programs that should be built during 'make check' should
be executed as tests.  A new variable, check_TESTPROGRAMS, was
introduced to specify which programs should be executed as a test
during a 'make check'.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/Makefile-env.am
src/Makefile.am
src/test/Makefile-client.am
src/test/Makefile-server.am
src/test/Makefile.am
src/test/erasure-code/Makefile.am