mirror of
https://github.com/octoleo/lsyncd.git
synced 2024-10-31 18:52:29 +00:00
10 lines
188 B
Lua
10 lines
188 B
Lua
-- a heavy duty test.
|
|
-- makes thousends of random changes to the source tree
|
|
|
|
require( 'posix' )
|
|
|
|
dofile( 'tests/testlib.lua' )
|
|
cwriteln( ' Start Testsuite ' )
|
|
|
|
startSshd()
|