projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efb6cc1
)
(tests): Add test-assert and test-assert-perr.
author
drepper
<drepper>
Sat, 4 Jul 1998 10:18:20 +0000
(10:18 +0000)
committer
drepper
<drepper>
Sat, 4 Jul 1998 10:18:20 +0000
(10:18 +0000)
assert/Makefile
patch
|
blob
|
history
diff --git
a/assert/Makefile
b/assert/Makefile
index
5780457
..
63fb925
100644
(file)
--- 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