mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-20 13:29:44 +07:00
14 lines
262 B
Ruby
14 lines
262 B
Ruby
|
|
require 'syno_kconfig'
|
|
|
|
describe 'CONFIG_SYNO_FEATURES' do
|
|
include SynoKconfig
|
|
|
|
# you can use variable 'desc' if your description
|
|
# is idential to CONFIG name to be tested.
|
|
it "#{desc}=y" do
|
|
platforms.verify(desc, builtin?)
|
|
end
|
|
end
|
|
|