summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid A. Wheeler <dwheeler@dwheeler.com>2013-09-02 20:48:58 -0400
committerDavid A. Wheeler <dwheeler@dwheeler.com>2013-09-02 20:48:58 -0400
commit33e78e34e60c9fc6bd06bf0f43630b4bb539c589 (patch)
treec2e11ab9e7ac9c6a7641b7d1c76c39ff4499033a
parent12272e1e97a0b505ec62a74122f279578cd003d4 (diff)
downloadsloccount-git-33e78e34e60c9fc6bd06bf0f43630b4bb539c589.tar.gz
Tweak test driver
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 117341b..798d38c 100644
--- a/makefile
+++ b/makefile
@@ -253,7 +253,7 @@ rpm: distribute
test: all
@echo "Starting test..."
- PATH=".:${PATH}" ./sloccount testcode
+ PATH="${PWD}:${PATH}" ./sloccount testcode
@echo "Ending test."
# Support "make check"