tests: Expose the themes to the examples tests

This commit is contained in:
Emmanuel Lepage Vallee 2016-12-11 00:04:35 -05:00
parent 548b15e883
commit e01de8d977
1 changed files with 3 additions and 1 deletions

View File

@ -18,7 +18,9 @@ execute_process(COMMAND lua -e print\(package.path\) OUTPUT_VARIABLE "LUA_PATH_"
set(LUA_PATH2_ "\
${CMAKE_SOURCE_DIR}/lib/?.lua;\
${CMAKE_SOURCE_DIR}/lib/?/init.lua;\
${CMAKE_SOURCE_DIR}/lib/?;"
${CMAKE_SOURCE_DIR}/lib/?;\
${CMAKE_SOURCE_DIR}/themes/?.lua;\
${CMAKE_SOURCE_DIR}/themes/?;"
)
# Add the C API shims.