diff options
Diffstat (limited to 'shadow/Makefile')
-rw-r--r-- | shadow/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shadow/Makefile b/shadow/Makefile index 8291c61622..6990f339f7 100644 --- a/shadow/Makefile +++ b/shadow/Makefile @@ -27,7 +27,7 @@ routines = getspent getspnam sgetspent fgetspent putspent \ getspent_r getspnam_r sgetspent_r fgetspent_r \ lckpwdf -tests = tst-shadow +tests = tst-shadow tst-putspent CFLAGS-getspent_r.c = -fexceptions CFLAGS-getspent.c = -fexceptions |