mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-12 16:20:06 +00:00
2003-04-11 Roland McGrath <roland@redhat.com>
* csu/tst-empty.c: New file. * csu/Makefile (tests, tests-static): Add it.
This commit is contained in:
parent
6efd481484
commit
78c9da10d2
@ -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.
|
||||
|
||||
|
6
csu/tst-empty.c
Normal file
6
csu/tst-empty.c
Normal file
@ -0,0 +1,6 @@
|
||||
/* The most useful C program known to man. */
|
||||
int
|
||||
main (void)
|
||||
{
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user