From 5f4619bac33a544af4da6e7d28bb4d7dbe45ae92 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Tue, 20 Jun 2017 13:53:55 -0700 Subject: Added unit tests and travis integration --- meson.build | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index df8f400..d522b2f 100644 --- a/meson.build +++ b/meson.build @@ -59,3 +59,6 @@ executable('sshfs', sshfs_sources, # This is a little ugly. Is there a better way to tell Meson that the # manpage is in the build directory? install_man(join_paths(meson.current_build_dir(), 'sshfs.1')) + +subdir('test') + -- cgit v1.2.3