diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-05-29 04:40:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-05-29 04:40:43 +0000 |
commit | 079199de5cdf96f85e29ecedafc69b2fb3004f2b (patch) | |
tree | 7a05311ec2f772672a8881ae543857f54e836aba /posix/Makefile | |
parent | 31eb0a91a52a5b67564cf38e79f1f01930a28ed5 (diff) | |
download | glibc-079199de5cdf96f85e29ecedafc69b2fb3004f2b.tar.gz glibc-079199de5cdf96f85e29ecedafc69b2fb3004f2b.tar.xz glibc-079199de5cdf96f85e29ecedafc69b2fb3004f2b.zip |
Update.
* posix/Makefile (tests): Add tst-exec. (tst-exec-ARGS): New variable. * posix/tst-exec.c: New file. * posix/tst-fork.c: New file.
Diffstat (limited to 'posix/Makefile')
-rw-r--r-- | posix/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/posix/Makefile b/posix/Makefile index 9837f33d2e..82af69cf92 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -66,7 +66,7 @@ aux := init-posix environ tests := tstgetopt testfnm runtests runptests \ tst-preadwrite tst-preadwrite64 test-vfork regexbug1 \ tst-getlogin tst-mmap tst-getaddrinfo tst-truncate \ - tst-truncate64 tst-fork + tst-truncate64 tst-fork tst-exec ifeq (yes,$(build-shared)) test-srcs := globtest tests += wordexp-test @@ -105,6 +105,8 @@ CFLAGS-getaddrinfo.c = -DRESOLVER tstgetopt-ARGS = -a -b -cfoobar --required foobar --optional=bazbug \ --none random +tst-exec-ARGS = -- $(built-program-cmd) + $(objpfx)libposix.a: $(dep-dummy-lib); $(make-dummy-lib) lib: $(objpfx)libposix.a |