From a1f6cd183f85b7b60a17f5bcab020dd259a453d3 Mon Sep 17 00:00:00 2001 From: jimb Date: Thu, 25 Jan 2007 22:49:33 +0000 Subject: * Makerules: Allow option groups to control xtests as well. git-svn-id: svn://svn.eglibc.org/trunk@1288 7b3dc134-2b1b-0410-93df-9e9f96275f8d --- libc/ChangeLog.eglibc | 4 ++++ libc/Makerules | 1 + 2 files changed, 5 insertions(+) diff --git a/libc/ChangeLog.eglibc b/libc/ChangeLog.eglibc index 1a974c7b2..c3beaaed0 100644 --- a/libc/ChangeLog.eglibc +++ b/libc/ChangeLog.eglibc @@ -1,3 +1,7 @@ +2007-01-25 Jim Blandy + + * Makerules: Allow option groups to control xtests as well. + 2006-12-26 Jim Blandy * option-groups.def, option-groups.defaults (OPTION_EGLIBC_LOCALES): diff --git a/libc/Makerules b/libc/Makerules index 834a4326a..6eebc10e4 100644 --- a/libc/Makerules +++ b/libc/Makerules @@ -412,6 +412,7 @@ install-bin += $(install-bin-y) install-sbin += $(install-sbin-y) extra-objs += $(extra-objs-y) tests += $(tests-y) +xtests += $(xtests-y) test-srcs += $(test-srcs-y) -- cgit v1.2.1