Skip to content

Commit

Permalink
tests: install luacov & cluacov to spec tree (koreader#1984)
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-pierre authored Nov 22, 2024
1 parent 40eb9cd commit fccfa33
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -411,9 +411,11 @@ if(EMULATE_READER)
add_custom_target(spec-rocks)
foreach(PRJ
busted
cluacov
dkjson
lua-term
lua_cliargs
luacov
luafilesystem
luassert
luasystem
Expand Down
4 changes: 4 additions & 0 deletions thirdparty/spec/cluacov/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
spec_rock(
https://luarocks.org/manifests/luarocks/cluacov-0.1.4-1.src.rock
076273d593b0aa95666f1d3238d6549e
)
4 changes: 4 additions & 0 deletions thirdparty/spec/luacov/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
spec_rock(
https://luarocks.org/manifests/hisham/luacov-0.15.0-1.src.rock
5a3bc7c5b5ee85eb06cc8c4cc5cc3d94
)

0 comments on commit fccfa33

Please sign in to comment.