Prechádzať zdrojové kódy

Add test for lua_preload_file

bel 11 rokov pred
rodič
commit
4f3c267731
1 zmenil súbory, kde vykonal 7 pridanie a 0 odobranie
  1. 7 0
      test/lua_preload_file.lua

+ 7 - 0
test/lua_preload_file.lua

@@ -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"