From: zappo Date: Sat, 23 Aug 2008 00:20:52 +0000 (+0000) Subject: How to use the cit-test.sh script. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ee352df3e746c6916d0b88a4aed5980fd816c78a;p=emacs.git How to use the cit-test.sh script. --- diff --git a/test/manual/cedet/README b/test/manual/cedet/README new file mode 100644 index 00000000000..572e80daec0 --- /dev/null +++ b/test/manual/cedet/README @@ -0,0 +1,12 @@ + * HOW TO RUN CEDET INTEGRATION TESTS * + ================================== + +Run the shell script: + + ./cit-test.sh + +Modify this script to specify the Emacs command to use to start Emacs. + +Once Emacs is up, do not move the mouse, or produce any other events +for Emacs to read, or the sit-for commands that show the current +output will stall, and you won't be able to see the current state.