Sign in
third-party-mirror
/
SchedMD
/
slurm
/
1830c5a5739ce21e1be54c1f0de46319d7af6f88
/
.
/
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