mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
dbbad331d3
Current the Makefile only builds the .c files and installs them in the $INSTALL path. However, the ltp directory contains a shell script, which doen't get copied over (installed) when a "make install"is invoked. This behaviour causes test 080 to fail since it requires rwtest.sh to be present in the ltp/ directory. Tested: Updated the Makefile and ran a static build script & test 080. Signed-off-by: Akshay Lal <akshaylal@google.com> Signed-off-by: Christoph Hellwig <hch@lst.de>