CEDET: Run the test suite the right way.
svn path=/nixpkgs/trunk/; revision=14318
This commit is contained in:
parent
1c7bf2d846
commit
fb9ace2e56
@ -10,20 +10,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ emacs ];
|
buildInputs = [ emacs ];
|
||||||
|
|
||||||
# FIXME: EIEIO tests fail with:
|
doCheck = true;
|
||||||
# eieio-tests.el:521:1:Error: Symbol's value as variable is void: class-typep-var
|
checkPhase = "make utest";
|
||||||
# See http://thread.gmane.org/gmane.emacs.eieio/72 .
|
|
||||||
doCheck = false;
|
|
||||||
checkPhase = ''
|
|
||||||
for dir in *
|
|
||||||
do
|
|
||||||
if [ -f "$dir/Makefile" ] && grep -q "test:" "$dir/Makefile"
|
|
||||||
then
|
|
||||||
echo "testing \`$dir'..."
|
|
||||||
make test -C "$dir"
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
'';
|
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
ensureDir "$out/share/emacs/site-lisp"
|
ensureDir "$out/share/emacs/site-lisp"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user