Sign in
third-party-mirror
/
SchedMD
/
slurm
/
78acfc12465a563ba2def4d2502e8f3cee2cd681
/
.
/
testsuite
/
slurm_unit
/
common
/
lua-test.lua
blob: 98323a16283451f33021dcfb58f912ab0b10d02a [
file
] [
log
] [
blame
]
--
-- Lua testing script for lua-test.c
--
function
return_true
()
return
true
end
function
return_false
()
return
false
end
function
return_args
(
src
)
return
src
end