Miscellaneous changes
This commit is contained in:
parent
73104b1edd
commit
b307f741c4
2 changed files with 2 additions and 2 deletions
|
|
@ -227,4 +227,4 @@ all-clean: maintainer-clean
|
||||||
acconf.h.in aclocal.m4 autom4te config.guess config.sub \
|
acconf.h.in aclocal.m4 autom4te config.guess config.sub \
|
||||||
configure depcomp install-sh libtool ltconfig ltmain.sh \
|
configure depcomp install-sh libtool ltconfig ltmain.sh \
|
||||||
missing stamp texinfo.tex Makefile.in mkinstalldirs \
|
missing stamp texinfo.tex Makefile.in mkinstalldirs \
|
||||||
elisp-comp elc-stamp py-compile *.gch UnitTests
|
elisp-comp elc-stamp elc-temp py-compile
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
python tests/python/UnitTests.py
|
PYTHONPATH=$PWD:$PYTHONPATH python tests/python/UnitTests.py
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue