diff options
author | jimb <jimb@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2007-01-25 22:49:33 +0000 |
---|---|---|
committer | jimb <jimb@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2007-01-25 22:49:33 +0000 |
commit | a1f6cd183f85b7b60a17f5bcab020dd259a453d3 (patch) | |
tree | 4c1c270c7742a0b9f6a268190b7dcd79cdd4706d | |
parent | 5520ae71f123a813c907191105b652401594d319 (diff) | |
download | eglibc2-a1f6cd183f85b7b60a17f5bcab020dd259a453d3.tar.gz |
* Makerules: Allow option groups to control xtests as well.
git-svn-id: svn://svn.eglibc.org/trunk@1288 7b3dc134-2b1b-0410-93df-9e9f96275f8d
-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) |