linux-test-project / ltp

Linux Test Project (mailing list: https://lists.linux.it/listinfo/ltp)
https://linux-test-project.readthedocs.io/
GNU General Public License v2.0
2.28k stars 999 forks source link

io_uring make fail #1008

Closed mathslimin closed 1 year ago

mathslimin commented 1 year ago

cd testcases/kernel/syscalls/io_uring/ make ../../../../include/mk/env_pre.mk:92: /tmp/hulk/ltp/include/mk/features.mk: No such file or directory make: *** No rule to make target '/tmp/hulk/ltp/include/mk/features.mk'. Stop

pevik commented 1 year ago

https://github.com/linux-test-project/ltp#quick-guide-to-running-the-tests

$ make autotools
$ ./configure

It's actually the first instruction in our doc.