summaryrefslogtreecommitdiffstats
path: root/test/interactive/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test/interactive/meson.build')
-rw-r--r--test/interactive/meson.build8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/interactive/meson.build b/test/interactive/meson.build
new file mode 100644
index 0000000..eb8cf8a
--- /dev/null
+++ b/test/interactive/meson.build
@@ -0,0 +1,8 @@
+test_copy = executable(
+ 'test-copy', [
+ 'test-copy.c',
+ 'test.c',
+ 'test.h'
+ ],
+ dependencies: libnautilus_dep
+)