소스 검색

Add test for lua_preload_file

bel 11 년 전
부모
커밋
4f3c267731
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  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"