mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-01 09:13:37 +00:00
The "test_encl.elf" file used by test_sgx is not installed in
INSTALL_PATH. Attempting to execute test_sgx causes false negative:
"
enclave executable open(): No such file or directory
main.c:188:unclobbered_vdso:Failed to load the test enclave.
"
Add "test_encl.elf" to TEST_FILES so that it will be installed.
Fixes:
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| call.S | ||
| defines.h | ||
| load.c | ||
| main.c | ||
| main.h | ||
| Makefile | ||
| sign_key.pem | ||
| sign_key.S | ||
| sigstruct.c | ||
| test_encl.c | ||
| test_encl.lds | ||
| test_encl_bootstrap.S | ||