linuxOS_AP06/buildroot/package/stressapptest/Config.in

15 lines
304 B
Plaintext
Raw Normal View History

2025-06-03 04:28:32 +00:00
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