(tests): Added tst-aio64.

Added dependency rules for tst-aio64.
This commit is contained in:
Ulrich Drepper 1999-12-18 22:56:14 +00:00
parent d451c72432
commit 851a3fd56e

View 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
$(objpfx)tst-aio64: $(objpfx)librt.a $(static-thread-library)
endif