]> git.eshelyaron.com Git - emacs.git/log
emacs.git
7 years agoMove tests in cedet/semantic
xscript [Fri, 29 Apr 2011 00:32:56 +0000 (02:32 +0200)]
Move tests in cedet/semantic

7 years agoMove tests in cedet/semantic
xscript [Fri, 29 Apr 2011 00:32:56 +0000 (02:32 +0200)]
Move tests in cedet/semantic

7 years agoSynchronize cedet/semantic with Emacs.
xscript [Sun, 15 May 2011 20:16:47 +0000 (22:16 +0200)]
Synchronize cedet/semantic with Emacs.

7 years agoTests contributed by Barry OReilly
Eric Ludlam [Thu, 2 Jan 2014 01:44:55 +0000 (20:44 -0500)]
Tests contributed by Barry OReilly

* test/manual/cedet/integ_src/globalref/src/Util.cc: These test files
 contributed by Barry OReilly, modified for use in the automated tests
 for CEDET, and with additional comments.  inc/Util.hh, src/Util.cc:
 Search symbol both in and outside of namespaces.

7 years agoMove tests in cedet/semantic
xscript [Fri, 29 Apr 2011 00:32:56 +0000 (02:32 +0200)]
Move tests in cedet/semantic

7 years agoSynchronize cedet/semantic with Emacs.
xscript [Sun, 15 May 2011 20:16:47 +0000 (22:16 +0200)]
Synchronize cedet/semantic with Emacs.

7 years agoSynchronize cedet/semantic with Emacs.
xscript [Sun, 15 May 2011 20:16:47 +0000 (22:16 +0200)]
Synchronize cedet/semantic with Emacs.

7 years agoTest file for Project.ede proj.
Eric Ludlam [Sun, 18 May 2014 22:56:11 +0000 (18:56 -0400)]
Test file for Project.ede proj.

7 years agoExpand preprocessor to handle macros which open or close scope.
David Engster [Sun, 27 Oct 2013 21:13:46 +0000 (22:13 +0100)]
Expand preprocessor to handle macros which open or close scope.

* semantic/lex-spp.el (semantic-c-end-of-macro): Declare.
(semantic-lex-spp-token-macro-to-macro-stream): Deal with macros which
open/close a scope.  For this, leave an overlay if we encounter a
single open paren and return a semantic-list in the lexer.  When this
list gets expanded, retrieve the old position from the overlay.  See
the comments in the function for further details.
(semantic-lex-spp-find-closing-macro): New function to find the next
macro which closes scope (i.e., has a closing paren).
(semantic-lex-spp-replace-or-symbol-or-keyword): Go to end of closing
macro if necessary.
(semantic-lex-spp-paren-or-list): New lexer to specially deal with
parens in macro definitions.

* bovine/c.el (semantic-cpp-lexer): Use new
`semantic-lex-spp-paren-or-list'.

* tests/cedet/semantic/test/manual/cedet/testsppreplace.c:
* tests/cedet/semantic/test/manual/cedet/testsppreplaced.c: Add tests for the
above.

7 years agoC/C++: Fix function pointer parsing
David Engster [Sat, 19 Oct 2013 11:35:06 +0000 (13:35 +0200)]
C/C++: Fix function pointer parsing

* semantic/bovine/c.by (variablearg-opt-name): Support parsing of
  function pointers inside an argument list.

* semantic/bovine/c.el (semantic-c-reconstitute-token): Change
  handling of function pointers; instead of seeing them as variables,
  handle them as functions with a 'function-pointer' attribute.  Also,
  correctly deal with function pointers as function arguments.
  (semantic-c-reconstitute-function-arglist): New function to parse
  function pointers inside an argument list.
  (semantic-format-tag-name): Use 'function-pointer' attribute instead
  of the old 'functionpointer-flag'.

* tests/cedet/semantic/test/manual/cedet/testsppreplace.c:
* tests/cedet/semantic/test/manual/cedet/testsppreplaced.c: Disable
  test which now breaks due to improved function pointer parsing.
  This test is broken anyway, since it just succeeded because the
  argument list was not parsed at all before this commit.  The
  underlying bug was always present in the semantic preprocessor.

7 years agoMove tests in cedet/semantic
xscript [Fri, 29 Apr 2011 00:32:56 +0000 (02:32 +0200)]
Move tests in cedet/semantic

7 years agoImprove test utilities re complation and deletion
David Engster [Mon, 4 Nov 2013 22:24:55 +0000 (23:24 +0100)]
Improve test utilities re complation and deletion

* tests/cedet-integ-test.el (cit-check-compilation-for-error): Use
 correct format-string.
* cedet/semantic/stltest.el: Only delete test file if it exists (which
 it shouldn't do, but still...).

7 years agoMake unit tests use randomized file names
David Engster [Mon, 4 Nov 2013 22:15:03 +0000 (23:15 +0100)]
Make unit tests use randomized file names

* tests/cedet/semantic/stltest.el:
* tests/cedet/semantic/utest-parse.el:
* tests/cedet/srecode/fields-utest.el:
* tests/cedet/srecode/test-getset.el:
* tests/cedet/srecode/test.el:
* tests/eieio/eieio-test-persist.el: Make all those tests use
  `make-temp-name' for their test files, so that tests can run in
  parallel.

7 years agoAdded new file to test completion on STL classes and namespace.
David Engster [Sat, 27 Oct 2012 21:21:51 +0000 (23:21 +0200)]
Added new file to test completion on STL classes and namespace.

* tests/cedet/semantic/stltest.el: New file to test completion on STL
  classes and namespace.

7 years agoSynchronize cedet/semantic with Emacs.
xscript [Sun, 15 May 2011 20:16:47 +0000 (22:16 +0200)]
Synchronize cedet/semantic with Emacs.

7 years agoNew test file.
Eric Ludlam [Fri, 30 May 2014 23:18:45 +0000 (19:18 -0400)]
New test file.

7 years agoExpand preprocessor to handle macros which open or close scope.
David Engster [Sun, 27 Oct 2013 21:13:46 +0000 (22:13 +0100)]
Expand preprocessor to handle macros which open or close scope.

* semantic/lex-spp.el (semantic-c-end-of-macro): Declare.
(semantic-lex-spp-token-macro-to-macro-stream): Deal with macros which
open/close a scope.  For this, leave an overlay if we encounter a
single open paren and return a semantic-list in the lexer.  When this
list gets expanded, retrieve the old position from the overlay.  See
the comments in the function for further details.
(semantic-lex-spp-find-closing-macro): New function to find the next
macro which closes scope (i.e., has a closing paren).
(semantic-lex-spp-replace-or-symbol-or-keyword): Go to end of closing
macro if necessary.
(semantic-lex-spp-paren-or-list): New lexer to specially deal with
parens in macro definitions.

* bovine/c.el (semantic-cpp-lexer): Use new
`semantic-lex-spp-paren-or-list'.

* tests/cedet/semantic/test/manual/cedet/testsppreplace.c:
* tests/cedet/semantic/test/manual/cedet/testsppreplaced.c: Add tests for the
above.

7 years agoC/C++: Fix function pointer parsing
David Engster [Sat, 19 Oct 2013 11:35:06 +0000 (13:35 +0200)]
C/C++: Fix function pointer parsing

* semantic/bovine/c.by (variablearg-opt-name): Support parsing of
  function pointers inside an argument list.

* semantic/bovine/c.el (semantic-c-reconstitute-token): Change
  handling of function pointers; instead of seeing them as variables,
  handle them as functions with a 'function-pointer' attribute.  Also,
  correctly deal with function pointers as function arguments.
  (semantic-c-reconstitute-function-arglist): New function to parse
  function pointers inside an argument list.
  (semantic-format-tag-name): Use 'function-pointer' attribute instead
  of the old 'functionpointer-flag'.

* tests/cedet/semantic/test/manual/cedet/testsppreplace.c:
* tests/cedet/semantic/test/manual/cedet/testsppreplaced.c: Disable
  test which now breaks due to improved function pointer parsing.
  This test is broken anyway, since it just succeeded because the
  argument list was not parsed at all before this commit.  The
  underlying bug was always present in the semantic preprocessor.  ---
  tests/cedet/semantic/test/manual/cedet/testsppreplace.c | 8 ++++++++
  1 file changed, 8 insertions(+)

7 years agoMove tests in cedet/semantic
xscript [Fri, 29 Apr 2011 00:32:56 +0000 (02:32 +0200)]
Move tests in cedet/semantic

7 years agoNew test file.
Eric Ludlam [Tue, 1 Jan 2013 03:19:15 +0000 (22:19 -0500)]
New test file.

7 years agoNew pretend system include for cpproot test.
Eric Ludlam [Sun, 31 Mar 2013 19:23:40 +0000 (15:23 -0400)]
New pretend system include for cpproot test.

7 years agoHow to use the cit-test.sh script.
zappo [Sat, 23 Aug 2008 00:20:52 +0000 (00:20 +0000)]
How to use the cit-test.sh script.

7 years agoMove tests in cedet/semantic
xscript [Fri, 29 Apr 2011 00:32:56 +0000 (02:32 +0200)]
Move tests in cedet/semantic

7 years agoAdded arduino and better suggestions
Eric Ludlam [Thu, 23 Oct 2014 02:05:36 +0000 (22:05 -0400)]
Added arduino and better suggestions

* test/manual/cedet/cedet/ede/secure-utest.el:
 (ede-security-project-entries): Add arduino.
 (ede-security-test-one-entry): Improve an error w/ suggestion on a
 thing to fix.

7 years agoFixes for security tests
Eric Ludlam [Wed, 22 Oct 2014 02:30:50 +0000 (22:30 -0400)]
Fixes for security tests

* test/manual/cedet/cedet/ede/secure-utest.el: (ede-security-entry):
 Remove init-state, with[out]-permission
 slots. (ede-security-project-entries): Add generic config based
 projects. (ede-security-test-one-entry): Add long test for
 configuration loading, and the security steps involved in making the
 config load.

7 years agoEDE security tests
Eric Ludlam [Sun, 19 Oct 2014 03:08:00 +0000 (23:08 -0400)]
EDE security tests

Tests for the security system in EDE that marks some project types as
unsafe.  This makes sure that the user isn't pestered too much, and
that if they say yes or no the right thing happens.

7 years agoFake configure.in for project detection purposes.
Eric Ludlam [Sun, 20 Apr 2014 18:04:59 +0000 (14:04 -0400)]
Fake configure.in for project detection purposes.

7 years agoeieio: Move to obsolete and use the one that ships with Emacs
David Engster [Sat, 31 Jan 2015 22:12:22 +0000 (23:12 +0100)]
eieio: Move to obsolete and use the one that ships with Emacs

* lisp/eieio: Move to obsolete.

* etc/fallback-libraries: Add eieio fallback libraries.

* Makefile (top-level): Remove eieio compilation and add compilation of
  fallback eieio for Emacs 24.1 and 24.2. Throw error for Emacs 23.x.

* cedet-devel-load.el: Always require eieio at the top.  Load
  cedet-compat earlier.  Remove advices for eieio helpers.

* cedet-remove-builtin.el: eieio must not be removed anymore.

* semantic/ede-grammar.el (semantic-ede-proj-target-grammar): Remove
  cedet-compat from aux-packages initform, as it will be loaded by
  cedet-devel-load anyway.
  (ede-proj-makefile-insert-variables): Remove eieio from load-path.

* lisp/cedet/cedet-compat.el: Load fallback eieio for Emacs 24.1 and
  24.2.  Add new aliases for Emacs 24.3.

* Project.ede, Makefiles: Remove eieio and regenerate.

* tests: Remove eieio tests.

7 years ago(cit): Add "cit-projvar.el".
Eric Ludlam [Thu, 2 Jan 2014 01:50:40 +0000 (20:50 -0500)]
(cit): Add "cit-projvar.el".

7 years agoMove Speedbar development to Emacs trunk.
David Engster [Thu, 13 Sep 2012 19:17:45 +0000 (21:17 +0200)]
Move Speedbar development to Emacs trunk.

Moved Speedbar, dframe, sb-image and documentation to obsolete.
Development of Speedbar now happens solely in Emacs trunk.  This also
means that all other CEDET packages now depend on Speedbar from Emacs
proper.

7 years ago(cit/Lisp): Add cit-projvar.el
Eric Ludlam [Mon, 12 Mar 2012 23:00:12 +0000 (19:00 -0400)]
(cit/Lisp): Add cit-projvar.el

7 years ago(Lisp): Add cit-arduino
Eric Ludlam [Sat, 25 Feb 2012 01:59:05 +0000 (20:59 -0500)]
(Lisp): Add cit-arduino

7 years ago(Lisp): Add cit-android.el
Eric Ludlam [Wed, 3 Aug 2011 01:41:59 +0000 (21:41 -0400)]
(Lisp): Add cit-android.el

7 years ago(Lisp): Add cit-externaldb.el
zappo [Sun, 13 Jun 2010 01:13:24 +0000 (01:13 +0000)]
(Lisp): Add cit-externaldb.el

7 years ago(Lisp): Add cit-symref.el.
zappo [Sun, 18 Apr 2010 00:38:48 +0000 (00:38 +0000)]
(Lisp): Add cit-symref.el.

7 years ago("cit"): Add cit-dist.el
zappo [Sat, 26 Dec 2009 22:43:04 +0000 (22:43 +0000)]
("cit"): Add cit-dist.el

7 years ago(Lisp): Use preload compiler.
zappo [Fri, 16 Oct 2009 20:19:35 +0000 (20:19 +0000)]
(Lisp): Use preload compiler.

7 years ago("Lisp"): Added cogre as an aux package.
zappo [Sat, 30 May 2009 14:35:11 +0000 (14:35 +0000)]
("Lisp"): Added cogre as an aux package.

7 years ago(Lisp): Add cit-uml.el (Misc): Add cit-uml.cgr
zappo [Sat, 30 May 2009 14:27:39 +0000 (14:27 +0000)]
(Lisp): Add cit-uml.el (Misc): Add cit-uml.cgr

7 years agoMerge from 1.0pre6 branch
zappo [Sun, 1 Mar 2009 04:39:11 +0000 (04:39 +0000)]
Merge from 1.0pre6 branch

7 years ago("cit"): Add speedbar aux package.
zappo [Tue, 24 Feb 2009 01:36:51 +0000 (01:36 +0000)]
("cit"): Add speedbar aux package.

7 years ago("cit"): Give it a new name. (Misc): New target.
zappo [Wed, 28 Jan 2009 16:09:51 +0000 (16:09 +0000)]
("cit"): Give it a new name. (Misc): New target.

7 years ago("Lisp"): Add :versionsource, and :aux-packages
zappo [Sat, 24 Jan 2009 04:54:55 +0000 (04:54 +0000)]
("Lisp"): Add :versionsource, and :aux-packages

7 years ago("Lisp"): Add cit-gnustep.el
zappo [Thu, 4 Sep 2008 01:53:31 +0000 (01:53 +0000)]
("Lisp"): Add cit-gnustep.el

7 years ago("ede-proj-project"): Add scripts/cit-test.sh
zappo [Sat, 23 Aug 2008 00:19:50 +0000 (00:19 +0000)]
("ede-proj-project"): Add scripts/cit-test.sh

7 years ago(Lisp): Add cit-srec.el (templates): New
zappo [Sun, 24 Feb 2008 18:26:12 +0000 (18:26 +0000)]
(Lisp): Add cit-srec.el (templates): New

7 years ago("Lisp"): Add cit-cpp, cit-el, cit-texi, cit-load
zappo [Sun, 24 Feb 2008 02:59:58 +0000 (02:59 +0000)]
("Lisp"): Add cit-cpp, cit-el, cit-texi, cit-load

7 years agoNew metaproject
zappo [Tue, 19 Feb 2008 03:41:32 +0000 (03:41 +0000)]
New metaproject

7 years agoMove tests in cedet/semantic
xscript [Fri, 29 Apr 2011 00:32:56 +0000 (02:32 +0200)]
Move tests in cedet/semantic

7 years agoMove tests in cedet/semantic
xscript [Fri, 29 Apr 2011 00:32:56 +0000 (02:32 +0200)]
Move tests in cedet/semantic

7 years agoFake config.h for project detection purposes.
Eric Ludlam [Sun, 20 Apr 2014 18:05:28 +0000 (14:05 -0400)]
Fake config.h for project detection purposes.

7 years agoTest src file for a dirmatch.
Eric Ludlam [Fri, 23 May 2014 10:22:22 +0000 (06:22 -0400)]
Test src file for a dirmatch.

7 years agoMove tests in cedet/semantic
xscript [Fri, 29 Apr 2011 00:32:56 +0000 (02:32 +0200)]
Move tests in cedet/semantic

7 years agoMove tests in cedet/semantic
xscript [Fri, 29 Apr 2011 00:32:56 +0000 (02:32 +0200)]
Move tests in cedet/semantic

7 years agoSynchronize cedet/semantic with Emacs.
xscript [Sun, 15 May 2011 20:16:47 +0000 (22:16 +0200)]
Synchronize cedet/semantic with Emacs.

7 years agoTest files contributed by Barry OReilly
Eric Ludlam [Thu, 2 Jan 2014 01:44:55 +0000 (20:44 -0500)]
Test files contributed by Barry OReilly

* test/manual/cedet/integ_src/globalref/test/ManagerTest.hh: These
 test files contributed by Barry OReilly, modified for use in the
 automated tests for CEDET, and with additional comments.
 inc/Util.hh, src/Util.cc: Search symbol both in and outside of
 namespaces.

7 years agoMove tests in cedet/semantic
xscript [Fri, 29 Apr 2011 00:32:56 +0000 (02:32 +0200)]
Move tests in cedet/semantic

7 years agoRemove compatibility function `cedet-called-interactively-p'.
David Engster [Sun, 28 Jul 2013 11:24:40 +0000 (13:24 +0200)]
Remove compatibility function `cedet-called-interactively-p'.

* lisp/cedet/cedet-compat.el (cedet-called-interactively-p): Remove.
  It is no longer needed since our minimum version is now 23.2, which
  has `called-interactively-p'.  Also, remove corresponding unit
  tests.

* tests/cedet-utests.el (cedet-utest-test-alist): Remove cedet-compat
  unit tests.

* All files: Replace `cedet-called-interactively-p' with
  `called-interactively-p', providing 'any as argument where it was
  still missing.

7 years agoFix interactive unit tests.
David Engster [Sun, 27 Nov 2011 19:04:01 +0000 (20:04 +0100)]
Fix interactive unit tests.

* pulse-utest.el (pulse-test): Use normal overlay functions.

* cedet-utests.el (chart): Require.

7 years agoAdd header comments and provide.
Eric Ludlam [Sat, 20 Aug 2011 17:04:00 +0000 (13:04 -0400)]
Add header comments and provide.

7 years agoDon't check contents after initial fil
Eric Ludlam [Sun, 31 Mar 2013 16:02:26 +0000 (12:02 -0400)]
Don't check contents after initial fil

* test/manual/cedet/cit-texi.el: (cit-srecode-fill-texi): Do not check
 contents after initial fill.  See comment for why.

7 years agoRemove obsolete cvs-auto-updated 'X-RCS' line.
xscript [Wed, 15 Sep 2010 14:27:53 +0000 (16:27 +0200)]
Remove obsolete cvs-auto-updated 'X-RCS' line.

7 years agoTexinfo support for cedet integration tests.
zappo [Sun, 24 Feb 2008 02:58:59 +0000 (02:58 +0000)]
Texinfo support for cedet integration tests.

7 years agoTest files contributed by Barry OReilly
Eric Ludlam [Thu, 2 Jan 2014 01:44:55 +0000 (20:44 -0500)]
Test files contributed by Barry OReilly

* test/manual/cedet/integ_src/globalref/test/ManagerTest.cc: These
 test files contributed by Barry OReilly, modified for use in the
 automated tests for CEDET, and with additional comments.
 inc/Util.hh, src/Util.cc: Search symbol both in and outside of
 namespaces.

7 years agoTests for polymorphism
Eric Ludlam [Sun, 18 Oct 2015 14:15:30 +0000 (10:15 -0400)]
Tests for polymorphism

* test/manual/cedet/cedet/semantic/tests/testpoly.cpp
 Tests for polymorphism with a couple examples where we could try to
 disambiguate.

7 years agoNew include for cpproot test that is in a subdirectory.
Eric Ludlam [Sun, 31 Mar 2013 19:24:06 +0000 (15:24 -0400)]
New include for cpproot test that is in a subdirectory.

7 years agoUse random temporary directory for integration tests
David Engster [Mon, 4 Nov 2013 21:31:41 +0000 (22:31 +0100)]
Use random temporary directory for integration tests

* tests/cedet-integ-test.el (cedet-integ-base): Use `make-temp-name'
  so that integrations tests can run in parallel.
  (cedet-integ-test-proj): Delete it after usage.
  (cit-check-compilation-for-error): Show compilation output in
  batch-mode.
* tests/cit-test.sh: Do not remove temporary directory.

7 years agoAccept any potential project directory during testing
David Engster [Mon, 9 Jan 2012 19:45:49 +0000 (20:45 +0100)]
Accept any potential project directory during testing

* tests/cit-test.sh: Set `ede-project-directories' to t during
 integration tests.

7 years ago* tests/cit-test.sh: Fix filename for integration test.
David Engster [Tue, 15 Nov 2011 20:29:00 +0000 (21:29 +0100)]
* tests/cit-test.sh: Fix filename for integration test.

7 years ago* cedet-load.el: Load cogre autoloads.
David Engster [Mon, 7 Nov 2011 19:34:04 +0000 (21:34 +0200)]
* cedet-load.el: Load cogre autoloads.

* tests/cedet-integ-test.el: Remove gnustep require.

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

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

7 years ago* cit-test.sh: Add support for running in batch mode.
David Engster [Tue, 19 Oct 2010 15:04:31 +0000 (17:04 +0200)]
* cit-test.sh: Add support for running in batch mode.

7 years agoReverse the exist status of Emacs.
zappo [Sat, 8 Aug 2009 22:15:31 +0000 (22:15 +0000)]
Reverse the exist status of Emacs.

7 years agoDetermine the STYLE of test to run. If none passed in, use Make.
zappo [Sat, 8 Aug 2009 21:52:40 +0000 (21:52 +0000)]
Determine the STYLE of test to run. If none passed in, use Make.

7 years agoAdd -f toggle-debug-on-quit flag
zappo [Sat, 30 May 2009 14:26:58 +0000 (14:26 +0000)]
Add -f toggle-debug-on-quit flag

7 years agoPatch from Marcus Harnisch
zappo [Tue, 24 Feb 2009 01:41:14 +0000 (01:41 +0000)]
Patch from Marcus Harnisch

* test/manual/cedet/cit-test.sh: (EMACS): Use conditional value from
 the environment.

7 years agoRemove more temporary directories
safanaj [Thu, 28 Aug 2008 23:10:25 +0000 (23:10 +0000)]
Remove more temporary directories

* test/manual/cedet/cit-test.sh: remove more dirs because to test
 ede-gnustep we need another dir, this is because `ede-new' check the
 :class-sym that don't match in /tmp/CEDET_INTEG (that contain a
 ede-proj-project).

7 years agoRun the tests.
zappo [Sun, 23 Mar 2008 00:15:47 +0000 (00:15 +0000)]
Run the tests.

7 years agoTest files contributed by Barry OReilly
Eric Ludlam [Thu, 2 Jan 2014 01:44:55 +0000 (20:44 -0500)]
Test files contributed by Barry OReilly

These test files contributed by Barry OReilly, modified for use in the
automated tests for CEDET, and with additional comments.  inc/Util.hh,
src/Util.cc: Search symbol both in and outside of namespaces.

7 years agoUniquafy names from last example from Martin to include ms_ prefix.
Eric Ludlam [Wed, 8 Apr 2015 00:53:45 +0000 (20:53 -0400)]
Uniquafy names from last example from Martin to include ms_ prefix.

7 years ago(ms_structs, fun): New test example from Marting Stein.
Eric Ludlam [Sun, 22 Mar 2015 21:36:44 +0000 (17:36 -0400)]
(ms_structs, fun): New test example from Marting Stein.

7 years agoMove tests in cedet/semantic
xscript [Fri, 29 Apr 2011 00:32:56 +0000 (02:32 +0200)]
Move tests in cedet/semantic

7 years ago(cpprootsys.h, projincmacros.h): New includes (projmacro_a): New fcn.
Eric Ludlam [Sun, 31 Mar 2013 19:25:24 +0000 (15:25 -0400)]
(cpprootsys.h, projincmacros.h): New includes (projmacro_a): New fcn.

7 years agoNew test file.
Eric Ludlam [Tue, 1 Jan 2013 03:19:00 +0000 (22:19 -0500)]
New test file.

7 years agoRemove obsolete cvs-auto-updated 'X-RCS' line.
xscript [Wed, 15 Sep 2010 14:27:53 +0000 (16:27 +0200)]
Remove obsolete cvs-auto-updated 'X-RCS' line.

7 years ago(cit-symref-quick-find-test): New. (cit-symref-count): Add a small wait of .1.
zappo [Sun, 13 Jun 2010 01:12:27 +0000 (01:12 +0000)]
(cit-symref-quick-find-test): New. (cit-symref-count): Add a small wait of .1.

7 years agoSemantic Symref testing.
zappo [Sun, 18 Apr 2010 00:33:36 +0000 (00:33 +0000)]
Semantic Symref testing.

7 years agoAdd test files
Eric Ludlam [Thu, 2 Jan 2014 01:44:55 +0000 (20:44 -0500)]
Add test files

* test/manual/cedet/integ_src/globalref/src/Manager.cc: These test
 files contributed by Barry OReilly, modified for use in the automated
 tests for CEDET, and with additional comments.  inc/Util.hh,
 src/Util.cc: Search symbol both in and outside of namespaces.

7 years ago(func): Add local8 with a ternary conditional.
Eric Ludlam [Sat, 19 Apr 2014 02:04:42 +0000 (22:04 -0400)]
(func): Add local8 with a ternary conditional.

7 years agoFix typo in last commit.
David Engster [Sun, 2 Feb 2014 19:35:23 +0000 (20:35 +0100)]
Fix typo in last commit.

7 years agoAdd test for parsing local variables
David Engster [Sun, 2 Feb 2014 19:31:32 +0000 (20:31 +0100)]
Add test for parsing local variables

* tests/cedet/semantic/test/manual/cedet/testlocalvars.cpp: New file.
* tests/cedet/semantic/test/manual/cedet/Project.ede: Add above.
* tests/cedet/semantic/test/manual/cedet/Makefile: Regenerate.
* tests/cedet/semantic/ia-utest.el (semantic-ia-utest-file-list): Add
  new test file.

7 years agoSynchronize base 'cedet/ede' with Emacs
xscript [Tue, 26 Apr 2011 00:32:46 +0000 (02:32 +0200)]
Synchronize base 'cedet/ede' with Emacs

7 years agoValidate project overrides
Eric Ludlam [Thu, 28 Mar 2013 02:25:00 +0000 (22:25 -0400)]
Validate project overrides

* test/manual/cedet/cit-srec.el: (cit-srecode-map-test): Expand tests
 to validate that project settings correctly override system level
 templates.

7 years agoRemove obsolete cvs-auto-updated 'X-RCS' line.
xscript [Wed, 15 Sep 2010 14:27:53 +0000 (16:27 +0200)]
Remove obsolete cvs-auto-updated 'X-RCS' line.

7 years agoSRecoder feature testing.
zappo [Sun, 24 Feb 2008 18:21:56 +0000 (18:21 +0000)]
SRecoder feature testing.

7 years agoFix paths to current code location.
xscript [Wed, 15 Sep 2010 13:45:26 +0000 (15:45 +0200)]
Fix paths to current code location.

* Makefile (CEDET_ELISP_PACKAGES, CEDET_VERSION, recompile)
(utest): Fix paths to current code location.

* cedet-build.el: Idem.

* tests/Makefile (LOADPATH): Idem.

7 years ago(Lisp_LISP): Add cit-externaldb.el
zappo [Sun, 13 Jun 2010 01:13:42 +0000 (01:13 +0000)]
(Lisp_LISP): Add cit-externaldb.el

7 years ago(Lisp_LISP): Add cit-symref.el
zappo [Sun, 18 Apr 2010 00:39:03 +0000 (00:39 +0000)]
(Lisp_LISP): Add cit-symref.el

7 years ago(Lisp_LISP): Add cit-dist.el
zappo [Sat, 26 Dec 2009 22:43:22 +0000 (22:43 +0000)]
(Lisp_LISP): Add cit-dist.el

7 years ago(ELISPPRELOAD): New (Lisp): Use preloads.
zappo [Fri, 16 Oct 2009 20:20:04 +0000 (20:20 +0000)]
(ELISPPRELOAD): New (Lisp): Use preloads.

7 years ago(LOADPATH): Add cogre to the load path.
zappo [Sat, 30 May 2009 14:35:28 +0000 (14:35 +0000)]
(LOADPATH): Add cogre to the load path.