This folder downloads prebuilt binaries from the Linux Test Project.
- Comment out the capability code in lib/tst_capability.c
- Comment out the code that opens /proc/meminfo
- Remove
clone()
+O_PATH
test fromclose_range02
- Remove
ifconfig lo up 127.0.0.1
code from sendmsg01 - Remove last test case (msg_control efault) from sendmsg01
- Fix readlink03 to work with Musl and not require root
The 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.