gnome-control-center/tests/meson.build
Benjamin Berg 127fb4d75b 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 2f44c441ff.
2018-11-12 11:27:10 +01:00

10 lines
144 B
Meson

subdir('common')
subdir('datetime')
if host_is_linux
subdir('network')
endif
subdir('interactive-panels')
subdir('printers')
subdir('info')