diff --git a/.travis.yml b/.travis.yml index ef7b8286edaeba3e6aba57c71eb85bd4eab4f20c..22a5e07c0c78d9c03afbc29d03db6f8b54b95c51 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,3 +7,5 @@ compiler: os: - linux - osx + +script: ./autogen.sh && ./configure && make diff --git a/Makefile.am b/Makefile.am index ebdd572d9a01889d14cb0bcc3c6961834babd5e9..b54b9a912c996ab26b53c907730586d04b2b0836 100644 --- a/Makefile.am +++ b/Makefile.am @@ -83,9 +83,6 @@ SUFFIXES = .h BUILT_SOURCES = $(myhtopheaders) $(myhtopplatheaders) htop_SOURCES = $(myhtopheaders) $(myhtopplatheaders) $(myhtopsources) $(myhtopplatsources) config.h -test: - echo "Test suite not integrated yet." - target: echo $(htop_SOURCES)