]> git.eshelyaron.com Git - emacs.git/log
emacs.git
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.

7 years ago(Lisp_LISP): Add cit-uml.el (Misc_MISC): Add cit-uml.cgr
zappo [Sat, 30 May 2009 14:28:20 +0000 (14:28 +0000)]
(Lisp_LISP): Add cit-uml.el (Misc_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(LOADPATH): Add speedbar. (EMACSFLAGS): New variable (Lisp): Use above.
zappo [Tue, 24 Feb 2009 01:36:35 +0000 (01:36 +0000)]
(LOADPATH): Add speedbar. (EMACSFLAGS): New variable (Lisp): Use above.

7 years ago(LOADPATH): Add contrib. (Misc): New (dist): Add Misc
zappo [Wed, 28 Jan 2009 16:10:29 +0000 (16:10 +0000)]
(LOADPATH): Add contrib. (Misc): New (dist): Add Misc

7 years ago(LOADPATH): Added
zappo [Sat, 24 Jan 2009 04:55:16 +0000 (04:55 +0000)]
(LOADPATH): Added

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

7 years ago(all, dist): Add scripts (scripts): New
zappo [Sat, 23 Aug 2008 00:20:13 +0000 (00:20 +0000)]
(all, dist): Add scripts (scripts): New

7 years ago(templates_MISC, tempaltes): New (all, dist): add templates
zappo [Sun, 24 Feb 2008 18:26:50 +0000 (18:26 +0000)]
(templates_MISC, tempaltes): New (all, dist): add templates

7 years ago(Lisp_LISP): Add cit-srec.el
zappo [Sun, 24 Feb 2008 18:24:57 +0000 (18:24 +0000)]
(Lisp_LISP): Add cit-srec.el

7 years ago(Lisp_LISP): Add cit-cpp, cit-el, cit-texi, cit-load
zappo [Sun, 24 Feb 2008 03:00:27 +0000 (03:00 +0000)]
(Lisp_LISP): Add cit-cpp, cit-el, cit-texi, cit-load

7 years agoNew Makefile.
zappo [Tue, 19 Feb 2008 03:42:01 +0000 (03:42 +0000)]
New Makefile.

7 years agoTest friends
Eric Ludlam [Wed, 26 Nov 2014 19:27:10 +0000 (14:27 -0500)]
Test friends

* test/manual/cedet/cedet/semantic/tests/testfriends.cpp:
 (Af): Add a friend of C w/out the CLASS token. (C): New.  (scA, scB,
 scC, scD): New test classes. (main): New (scA::PublicMethod,
 scB::b_pub_method, scC::c_pub_method) (scD::d_pub_method): New.

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 lisp.h for project detection purposes.
Eric Ludlam [Sun, 20 Apr 2014 18:05:50 +0000 (14:05 -0400)]
Fake lisp.h for project detection purposes.

7 years agoNew test for project variables.
Eric Ludlam [Mon, 12 Mar 2012 22:59:36 +0000 (18:59 -0400)]
New test for project variables.

7 years agoTest Makefile.am for subdir in project-am detector.
Eric Ludlam [Sun, 18 May 2014 22:55:12 +0000 (18:55 -0400)]
Test Makefile.am for subdir in project-am detector.

7 years agoNew test files combining macros and EDE
Eric Ludlam [Sun, 12 Apr 2015 01:13:02 +0000 (21:13 -0400)]
New test files combining macros and EDE

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

7 years agoNew template file testing the PROJECT variable setting.
Eric Ludlam [Thu, 28 Mar 2013 02:24:19 +0000 (22:24 -0400)]
New template file testing the PROJECT variable setting.

7 years agoTest project configuration file.
Eric Ludlam [Sun, 1 Jun 2014 02:01:52 +0000 (22:01 -0400)]
Test project configuration file.

7 years agoNew test files combining macros and EDE
Eric Ludlam [Sun, 12 Apr 2015 01:13:02 +0000 (21:13 -0400)]
New test files combining macros and EDE

7 years agoFix unit testing for several tests and do better error checking.
David Engster [Thu, 1 Dec 2011 19:13:55 +0000 (20:13 +0100)]
Fix unit testing for several tests and do better error checking.

* semantic/lex-spp-utests.el (semantic-lex-spp-write-utest):
* tests/cedet-utests.el (cedet-utest-eieio-classloader): Throw
  error if we cannot locate test files.

* semantic/utest-c.el (semantic-utest-c-compare)
  (semantic-utest-c-conditionals):
* semantic/lex-spp-utest.el (semantic-lex-spp-write-utest): Adapt
  to new directory structure and do better error checking to avoid
  silent failures in the future.

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

7 years agoDisable saving EDE's cache file.
Eric Ludlam [Sat, 6 Apr 2013 11:48:10 +0000 (07:48 -0400)]
Disable saving EDE's cache file.

7 years agoDon't init semantic mode at this point
Eric Ludlam [Sun, 16 Sep 2012 16:10:17 +0000 (12:10 -0400)]
Don't init semantic mode at this point

* test/manual/cedet/cit-load.el: cedet-integ-test.el
 (cit-srecode-fill-with-stuff): Stop initializing semantic-mode.

cit-load.el
Turn on semantic-mode.

7 years agoDisable `ede-project-directories' checking during tests.
Eric Ludlam [Mon, 16 Jan 2012 20:02:12 +0000 (15:02 -0500)]
Disable `ede-project-directories' checking during tests.

7 years agoFirst changes to make them work.
David Engster [Tue, 1 Nov 2011 21:11:12 +0000 (23:11 +0200)]
First changes to make them work.

* srecode/filters.el: Remove requires for `srecode/table' and
  `srecode/insert'. Instead, declare variables and functions
  explicitly.

* srecode/insert.el: Add require for `srecode/filters'.

* tests/cedet-integ-test.el: Fix require `ede/make'. Add
  `srecode/find', remove cit/gnustep.
  (cedet-integ-test-GNUStep): Removed for now.
  (cit-srecode-fill-with-stuff): Activate `semantic-mode'.

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

* tests/cit-load.el: Remove Emacs22 compat.

* tests/cit-test.sh: Fix test call.

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(semantic-c): Hack for Emacs 21 to get things running.
zappo [Sun, 18 Oct 2009 16:15:59 +0000 (16:15 +0000)]
(semantic-c): Hack for Emacs 21 to get things running.

7 years agoDisable semanticdb-file saving. Disable srecode map saving.
zappo [Sat, 14 Mar 2009 15:17:28 +0000 (15:17 +0000)]
Disable semanticdb-file saving. Disable srecode map saving.

7 years ago(inhibit-splash-screen): Set this.
zappo [Tue, 11 Mar 2008 02:35:54 +0000 (02:35 +0000)]
(inhibit-splash-screen): Set this.