This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
transmission
mirror of
https://github.com/transmission/transmission
Watch
1
Star
0
Fork
You've already forked transmission
0
Code
Issues
Releases
Wiki
Activity
065facc07c
transmission
/
tests
/
CMakeLists.txt
4 lines
82 B
CMake
Raw
Normal View
History
Unescape
Escape
refactor: use GTest for running tests (#1383) * refactor: use google-test on libtransmission tests
2020-08-11 18:11:55 +00:00
add_subdirectory
(
gtest
)
add_subdirectory
(
libtransmission
)
test: add regression tests for transmission-show (#2255) * fix: replace non-portable strftime args * test: add regression tests for transmission-show
2021-12-01 19:28:24 +00:00
add_subdirectory
(
utils
)