diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-07-06 11:29:03 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-07-07 10:43:18 -0400 |
commit | 6428f854f9d8e4b844589a5c5bb16df583a087ec (patch) | |
tree | 0309f74ac09cbb729406d134b88d6312725c3aba /Makefile.am | |
parent | 258bc4c4e668e9817471d04d052bc0a8e2d43fa0 (diff) | |
download | guix-6428f854f9d8e4b844589a5c5bb16df583a087ec.tar.gz |
Revert "maint: Disable telephony service tests."
This reverts commit c23e0aa65d511a29f31da876f905594c0f8bce00, since the telephony service tests have now been fixed.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f606125789..377cac03f7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -531,6 +531,7 @@ SCM_TESTS = \ tests/services/file-sharing.scm \ tests/services/configuration.scm \ tests/services/linux.scm \ + tests/services/telephony.scm \ tests/sets.scm \ tests/size.scm \ tests/status.scm \ |