mirror of https://github.com/xzeldon/htop.git
Minimal stub 'make test' target.
This commit is contained in:
parent
ad5d9c2542
commit
4b83a82dca
|
@ -83,6 +83,9 @@ SUFFIXES = .h
|
||||||
BUILT_SOURCES = $(myhtopheaders) $(myhtopplatheaders)
|
BUILT_SOURCES = $(myhtopheaders) $(myhtopplatheaders)
|
||||||
htop_SOURCES = $(myhtopheaders) $(myhtopplatheaders) $(myhtopsources) $(myhtopplatsources) config.h
|
htop_SOURCES = $(myhtopheaders) $(myhtopplatheaders) $(myhtopsources) $(myhtopplatsources) config.h
|
||||||
|
|
||||||
|
test:
|
||||||
|
echo "Test suite not integrated yet."
|
||||||
|
|
||||||
target:
|
target:
|
||||||
echo $(htop_SOURCES)
|
echo $(htop_SOURCES)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue