From 127fb4d75be349e80834b855cc975d1d1440a7f6 Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Mon, 12 Nov 2018 11:27:10 +0100 Subject: 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. --- tests/meson.build | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests') 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') -- cgit v1.2.1