]> git.eshelyaron.com Git - emacs.git/commitdiff
* cedet-load.el: Load cogre autoloads.
authorDavid Engster <dengste@eml.cc>
Mon, 7 Nov 2011 19:34:04 +0000 (21:34 +0200)
committerEdward John Steere <edward.steere@gmail.com>
Wed, 25 Jan 2017 15:55:35 +0000 (17:55 +0200)
* tests/cedet-integ-test.el: Remove gnustep require.

* tests/cit-android.el: Fix require.

* tests/cit-test.sh: Fix paths when calling integration test.

test/manual/cedet/cit-test.sh

index 53dd57d56f6ddb7795273fb70a5217e1f09fa684..1e06446b5872e7f895753dcd32a5153c458649ec 100755 (executable)
@@ -11,8 +11,8 @@ fi
 OPTIONS=$2
 
 rm -r /tmp/CEDET_INTEG*
-
-$EMACS $OPTIONS -q -l ../common/cedet.el -l cit-load.el -f toggle-debug-on-error  -f toggle-debug-on-quit -f cedet-integ-test-${STYLE}
+cd ..
+$EMACS $OPTIONS -q -l cedet-load.el -l tests/cit-load.el -f toggle-debug-on-error  -f toggle-debug-on-quit -f cedet-integ-test-${STYLE}
 EXITCODE=$?
 
 if [ $EXITCODE -eq 0 ]; then