diff options
-rw-r--r-- | libc/ChangeLog.eglibc | 4 | ||||
-rw-r--r-- | libc/Makerules | 1 |
2 files changed, 5 insertions, 0 deletions
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 <jimb@codesourcery.com> + + * Makerules: Allow option groups to control xtests as well. + 2006-12-26 Jim Blandy <jimb@codesourcery.com> * 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) |