X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ftests%2FMakefile.am;h=33598d2c420b8cd819e90e6d65f3b6973473a596;hp=33bb37a55dcf02dc8ee230570622bd415004213f;hb=a8dcf372f430c308d3e96fb506563068d0a80c2d;hpb=f6b0e358f304b006dd24524503bb16d649c5499d diff --git a/lustre/tests/Makefile.am b/lustre/tests/Makefile.am index 33bb37a..33598d2 100644 --- a/lustre/tests/Makefile.am +++ b/lustre/tests/Makefile.am @@ -77,7 +77,7 @@ noinst_PROGRAMS += write_time_limit rwv lgetxattr_size_check checkfiemap noinst_PROGRAMS += listxattr_size_check check_fhandle_syscalls badarea_io noinst_PROGRAMS += llapi_layout_test orphan_linkea_check llapi_hsm_test noinst_PROGRAMS += group_lock_test llapi_fid_test sendfile_grouplock mmap_cat -noinst_PROGRAMS += swap_lock_test +noinst_PROGRAMS += swap_lock_test lockahead_test bin_PROGRAMS = mcreate munlink testdir = $(libdir)/lustre/tests @@ -100,6 +100,7 @@ swap_lock_test_LDADD=$(LIBLUSTREAPI) statmany_LDADD=$(LIBLUSTREAPI) statone_LDADD=$(LIBLUSTREAPI) rwv_LDADD=$(LIBCFS) +lockahead_test_LDADD=$(LIBLUSTREAPI) ll_dirstripe_verify_SOURCES = ll_dirstripe_verify.c ll_dirstripe_verify_LDADD = $(LIBLUSTREAPI) $(LIBCFS) $(PTHREAD_LIBS)