mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 08:38:27 -05:00
13 lines
234 B
Tcl
13 lines
234 B
Tcl
set testmodule [file normalize tests/modules/basics.so]
|
|
|
|
|
|
start_server {tags {"modules"}} {
|
|
r module load $testmodule
|
|
|
|
test {test module api basics} {
|
|
r test.basics
|
|
} {ALL TESTS PASSED}
|
|
|
|
r module unload test
|
|
}
|