summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/makefile b/makefile
index 0c029f1..5359766 100644
--- a/makefile
+++ b/makefile
@@ -241,6 +241,8 @@ rpm: distribute
echo "Use rpm -e $(NAME) to remove the package"
test: all
- PATH=.:${PATH}; sloccount testcode
+ @echo "Starting test..."
+ PATH=".:${PATH}" ./sloccount testcode
+ @echo "Ending test."