]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(tests): Added tst-aio64.
authorUlrich Drepper <drepper@redhat.com>
Sat, 18 Dec 1999 22:56:14 +0000 (22:56 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 18 Dec 1999 22:56:14 +0000 (22:56 +0000)
Added dependency rules for tst-aio64.

rt/Makefile

index b102cc834e4f2da0ffa81d8f2d8dd4c8df6d8993..2044eb4bf67abb37ba2a15fa4cb2044d1ecbecfc 100644 (file)
@@ -35,7 +35,7 @@ include ../Makeconfig
 
 ifeq ($(have-thread-library),yes)
 
-tests := tst-aio
+tests := tst-aio tst-aio64
 
 extra-libs := librt
 extra-libs-others := $(extra-libs)
@@ -51,6 +51,8 @@ $(objpfx)librt.so: $(common-objpfx)libc.so $(shared-thread-library)
 
 ifeq (yes,$(build-shared))
 $(objpfx)tst-aio: $(objpfx)librt.so $(shared-thread-library)
+$(objpfx)tst-aio64: $(objpfx)librt.so $(shared-thread-library)
 else
 $(objpfx)tst-aio: $(objpfx)librt.a $(static-thread-library)
-endif
\ No newline at end of file
+$(objpfx)tst-aio64: $(objpfx)librt.a $(static-thread-library)
+endif