third_party/ltp/README.md
This folder downloads prebuilt binaries from the Linux Test Project.
clone() + O_PATH test from close_range02ifconfig lo up 127.0.0.1 code from sendmsg01The binaries were compiled on Alpine Linux using:
./configure CFLAGS="-Os -fno-omit-frame-pointer" \
LDFLAGS="-Wl,-z,common-page-size=65536,-z,max-page-size=65536"
make -j16
make install
The above commands install to /opt/ltp by default. Our operations team
them uses deploy-ltp to deploy individual test programs to
Google Cloud Storage once they've been confirmed to work.