linuxOS_AP06/buildroot/package/stressapptest/Config.in
2025-06-03 12:28:32 +08:00

15 lines
304 B
Plaintext

config BR2_PACKAGE_STRESSAPPTEST
bool "stressapptest"
help
Stressful Application Test - userspace memory and IO test.
https://github.com/stressapptest/stressapptest
if BR2_PACKAGE_STRESSAPPTEST
config BR2_PACKAGE_STRESSAPPTEST_STATIC
bool "Enable static"
default y if BR2_STATIC_LIBS
endif