summaryrefslogtreecommitdiff
path: root/csu/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-04-12 00:16:59 +0000
committerRoland McGrath <roland@gnu.org>2003-04-12 00:16:59 +0000
commit78c9da10d2c85c30de91e16c4ed3bb7f047acab9 (patch)
tree035312780141d5821bfe71217ba86a0f761d26a3 /csu/Makefile
parent6efd481484e5d8d47b834fd034dc62f4c036d2cf (diff)
2003-04-11 Roland McGrath <roland@redhat.com>
* csu/tst-empty.c: New file. * csu/Makefile (tests, tests-static): Add it.
Diffstat (limited to 'csu/Makefile')
-rw-r--r--csu/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/csu/Makefile b/csu/Makefile
index a36550f826..eebf41c0a3 100644
--- a/csu/Makefile
+++ b/csu/Makefile
@@ -42,7 +42,8 @@ distribute = initfini.c gmon-start.c start.c defs.awk munch.awk \
generated = version-info.h
before-compile = $(objpfx)version-info.h
-tests := tst-atomic tst-atomic-long
+tests := tst-empty tst-atomic tst-atomic-long
+tests-static := tst-empty
all: # Make this the default target; it will be defined in Rules.