Hi! > > include $(top_srcdir)/include/mk/generic_trunk_target.mk > > diff --git a/testcases/kernel/fs/ext4-new-features/Makefile > > b/testcases/kernel/fs/ext4-new-features/Makefile > > index 208b8a6..1ad1c3c 100644 > > --- a/testcases/kernel/fs/ext4-new-features/Makefile > > +++ b/testcases/kernel/fs/ext4-new-features/Makefile > > @@ -32,6 +32,7 @@ FILTER_OUT_DIRS := $(FFSBDIR) > > FFSB := $(FFSBDIR)/ffsb > > > > $(FFSB): $(FFSBDIR) > > + cd $^; ./configure > > $(MAKE) -C $^ -f "$(abs_srcdir)/$^/Makefile" all > > cp $(FFSBDIR)/ffsb ffsb > > The way how ffsb is bundled in LTP is simply wrong, it shouldn't be in > the source tree at all. What I would like to see is to: > > 1. modify testcases that depends on it to return TCONF with > message that explains that ffsb must be installed to run > the testcases if ffsb is not found in PATH > > or alternatively use something different to create the > I/O load > > 2. remove ffsb from the LTP git tree
Or at least the source tree should be moved to a proper place, there is utils/benchmar/ directory for this purpose allready. -- Cyril Hrubis [email protected] ------------------------------------------------------------------------------ DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access Free app hosting. Or install the open source package on any LAMP server. Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native! http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
