mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Minimal stub 'make test' target.
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user