Minimal stub 'make test' target.

This commit is contained in:
Hisham Muhammad 2015-11-19 12:56:01 -02:00
parent ad5d9c2542
commit 4b83a82dca
1 changed files with 3 additions and 0 deletions

View File

@ -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)