Add test for lua_preload_file

This commit is contained in:
bel 2014-01-19 22:50:13 +01:00
parent e7f9e4b047
commit 4f3c267731

View File

@ -0,0 +1,7 @@
--[[
Load this test file by adding
lua_preload_file ./lua_preload_file.lua
to the civetweb.conf file
]]
mg.preload = "lua_preload_file successfully loaded"