tests: put root-only (usually skipped) tests at the end
authorJim Meyering <meyering@redhat.com>
Thu, 24 Apr 2008 10:58:24 +0000 (12:58 +0200)
committerJim Meyering <meyering@redhat.com>
Sun, 27 Apr 2008 19:31:32 +0000 (21:31 +0200)
commit53d8a2c412cccd2ee5ee7760f6fcf1890c5e9e3b
treeadebb62c30969e1baf2489868c1119af0183383d
parent427f179542e9f7228f77affdd5a4c50a573b4894
tests: put root-only (usually skipped) tests at the end

* tests/Makefile.am (TESTS): Don't list root-only tests explicitly.
Instead, just use $(root_tests).
* tests/check.mk (vc_exe_in_TESTS): Now that root_tests are separate,
parse out the union of $(TESTS) and $(root_tests).
tests/Makefile.am
tests/check.mk