mirror of https://github.com/F-Stack/f-stack.git
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
|
||
|
}
|