summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rwxr-xr-xPyUnitTests.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 561130a8..f167b3e8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -227,4 +227,4 @@ all-clean: maintainer-clean
acconf.h.in aclocal.m4 autom4te config.guess config.sub \
configure depcomp install-sh libtool ltconfig ltmain.sh \
missing stamp texinfo.tex Makefile.in mkinstalldirs \
- elisp-comp elc-stamp py-compile *.gch UnitTests
+ elisp-comp elc-stamp elc-temp py-compile
diff --git a/PyUnitTests.py b/PyUnitTests.py
index 56ca1ad1..7a039eba 100755
--- a/PyUnitTests.py
+++ b/PyUnitTests.py
@@ -1,2 +1,2 @@
#!/bin/sh
-python tests/python/UnitTests.py
+PYTHONPATH=$PWD:$PYTHONPATH python tests/python/UnitTests.py