diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-04-23 18:58:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-04-23 18:58:19 +0000 |
commit | 3b055b478685ccae785e656bdb94eedcdb6f1026 (patch) | |
tree | f7b255979a9adc62bd5e7f223340840422816296 /shadow/Makefile | |
parent | 829fea46179b8d5cf25f8eae0b78550e3539ad60 (diff) | |
download | glibc-3b055b478685ccae785e656bdb94eedcdb6f1026.tar glibc-3b055b478685ccae785e656bdb94eedcdb6f1026.tar.gz glibc-3b055b478685ccae785e656bdb94eedcdb6f1026.tar.bz2 glibc-3b055b478685ccae785e656bdb94eedcdb6f1026.zip |
* shadow/Makefile (tests): Add tst-shadow.
* shadow/tst-shadow.c: New file.
(public_sET_STATe): Pretty printing.
Diffstat (limited to 'shadow/Makefile')
-rw-r--r-- | shadow/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shadow/Makefile b/shadow/Makefile index cc0efaff6c..4755fab04a 100644 --- a/shadow/Makefile +++ b/shadow/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1996, 2003, 2004 Free Software Foundation, Inc. +# Copyright (C) 1996, 2003, 2004, 2009 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -26,6 +26,8 @@ routines = getspent getspnam sgetspent fgetspent putspent \ getspent_r getspnam_r sgetspent_r fgetspent_r \ lckpwdf +tests = tst-shadow + CFLAGS-getspent_r.c = -fexceptions CFLAGS-getspent.c = -fexceptions CFLAGS-fgetspent.c = -fexceptions |