summaryrefslogtreecommitdiffstats
path: root/test/interactive/meson.build
blob: eb8cf8ae69289bb95f43c8838126d46b0f0164ba (plain)
1
2
3
4
5
6
7
8
test_copy = executable(
  'test-copy', [
    'test-copy.c',
    'test.c',
    'test.h'
  ],
  dependencies: libnautilus_dep
)