blob: f13bce93b6952478adc790e0f31679c4081adde1 [file] [log] [blame]
aPieceka96d4432023-03-27 15:49:06 +02001source [expr {[info exists ::env(TESTS_DIR)] ? "$env(TESTS_DIR)/interactive/ly.tcl" : "ly.tcl"}]
2
3test load_with_feature {Load module with feature} {
4-setup $ly_setup -cleanup $ly_cleanup -body {
5 ly_cmd "load --feature modfeature:ftr2 modfeature"
6 ly_cmd "feature -a" "modfeature:\r\n\tftr1 \\(off\\)\r\n\tftr2 \\(on\\)"
7}}
8
9cleanupTests