From 4b83a82dca4ae912be39d345741066cc27ed45f5 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Thu, 19 Nov 2015 12:56:01 -0200 Subject: [PATCH] Minimal stub 'make test' target. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index b54b9a91..ebdd572d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -83,6 +83,9 @@ 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)