summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-11-19 12:56:01 -0200
committerHisham Muhammad <hisham@gobolinux.org>2015-11-19 12:56:01 -0200
commit4b83a82dca4ae912be39d345741066cc27ed45f5 (patch)
tree6add38fb8ada57ff0c580c1d7bfd4c1dc6c81a69
parentad5d9c2542f9348c0fe17748e550a8624fe09356 (diff)
Minimal stub 'make test' target.
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
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)