mirror of
https://github.com/octoleo/lsyncd.git
synced 2024-11-11 15:50:56 +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()
|