mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: teeworlds: Enable tests.
* gnu/packages/games.scm (teeworlds)[arguments]: Enable tests. Set test-target. [native-inputs]: Add googletest.
This commit is contained in:
parent
a0d38c01e8
commit
c38cca1e3e
1 changed files with 3 additions and 2 deletions
|
@ -6232,7 +6232,7 @@ (define-public teeworlds
|
|||
#t))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no tests included
|
||||
`(#:test-target "run_tests"
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch-paths
|
||||
|
@ -6266,7 +6266,8 @@ (define-public teeworlds
|
|||
("openssl" ,openssl)
|
||||
("zlib" ,zlib)))
|
||||
(native-inputs
|
||||
`(("python" ,python-wrapper)
|
||||
`(("googletest" ,googletest)
|
||||
("python" ,python-wrapper)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(home-page "https://www.teeworlds.com")
|
||||
(synopsis "2D retro multiplayer shooter game")
|
||||
|
|
Loading…
Reference in a new issue