mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
12601e9204
Some tests require gtk_init, which requires a display and therefore cannot be part of the tests to be ran in the GitLab CI. Split those so we can pass an option to meson to only test the displayless tests for GitLab CI.
8 lines
126 B
Meson
8 lines
126 B
Meson
test_copy = executable(
|
|
'test-copy', [
|
|
'test-copy.c',
|
|
'test.c',
|
|
'test.h'
|
|
],
|
|
dependencies: libnautilus_dep
|
|
)
|