Searched refs:LTP_ROOT (Results 1 – 3 of 3) sorted by relevance
19 LTP_ROOT=$(realpath $TOOLS_DIR/../..)21 if ! [ -f $LTP_ROOT/include/config.h ]; then23 echo "Please run \"cd $LTP_ROOT; make autotools; ./configure\" first"28 echo "Dumping output to $OUTPUT from command 'make -C $LTP_ROOT/testcases --dry-run'"29 make -j1 -C $LTP_ROOT/testcases --dry-run > $OUTPUT32 echo "Dumping output to $OUTPUT from command 'make -C $LTP_ROOT/testcases install --dry-run'"33 make -j1 -C $LTP_ROOT/testcases install --dry-run > $OUTPUT35 echo "Distclean $LTP_ROOT ..."36 make -C $LTP_ROOT distclean
20 LTP_ROOT=$(realpath $LTP_ANDROID_DIR/..)24 OUTPUT_BP=$LTP_ROOT/gen.bp26 if ! [ -f $LTP_ROOT/include/config.h ]; then28 echo "Executing \"cd $LTP_ROOT; make autotools; ./configure\""29 cd $LTP_ROOT31 $LTP_ROOT/configure69 python android_build_generator.py --ltp_root $LTP_ROOT --output_mk_path $OUTPUT_MK \
5 3) "net.ipv6_lib" related tests are removed from $(LTP_ROOT)/scenario_groups/default (see $(LTP_ROO…