From 284710dd287586fad9cc41b850a97d392b05d925 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Fri, 13 May 2016 13:24:52 -0700 Subject: Added Travis integration --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 971d5fe..6cb802c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,3 +12,7 @@ pkgconfigdir = @pkgconfigdir@ pkgconfig_DATA = fuse3.pc $(pkgconfig_DATA): config.status + +.PHONY: test +test: all + python3 -m pytest test/ -- cgit v1.2.3