diff options
Diffstat (limited to 'assert/Makefile')
-rw-r--r-- | assert/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/assert/Makefile b/assert/Makefile index 5780457502..63fb9253ff 100644 --- a/assert/Makefile +++ b/assert/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991, 1994, 1997 Free Software Foundation, Inc. +# Copyright (C) 1991, 1994, 1997, 1998 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 @@ -23,5 +23,6 @@ subdir := assert headers := assert.h routines := assert assert-perr +tests := test-assert test-assert-perr include ../Rules |