summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2018-11-12 11:27:10 +0100
committerBenjamin Berg <bberg@redhat.com>2018-11-12 11:27:10 +0100
commit127fb4d75be349e80834b855cc975d1d1440a7f6 (patch)
treea50ac8b9c9ae9f35a77a217bdf7f392ae347ecda /tests
parent65ede4f40984fa582de24377850e21bddd2cbc1e (diff)
downloadgnome-control-center-127fb4d75be349e80834b855cc975d1d1440a7f6.tar.gz
Revert "tests: Temporarily disable Python tests"
The python based tests are working again. Re-enable them so that they get run by the CI. This reverts commit 2f44c441fff8e7c1b9d3832c7716aba659aaa9c7.
Diffstat (limited to 'tests')
-rw-r--r--tests/meson.build8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 7d745d779..45943277e 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -1,8 +1,8 @@
subdir('common')
-#subdir('datetime')
-#if host_is_linux
-# subdir('network')
-#endif
+subdir('datetime')
+if host_is_linux
+ subdir('network')
+endif
subdir('interactive-panels')