Selaa lähdekoodia

Add test for lua_preload_file

bel 11 vuotta sitten
vanhempi
commit
4f3c267731
1 muutettua tiedostoa jossa 7 lisäystä ja 0 poistoa
  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"