Pārlūkot izejas kodu

Add test for lua_preload_file

bel 11 gadi atpakaļ
vecāks
revīzija
4f3c267731
1 mainītis faili ar 7 papildinājumiem un 0 dzēšanām
  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"