]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve test utilities
authorEric Ludlam <zappo@gnu.org>
Mon, 17 Feb 2014 14:16:52 +0000 (09:16 -0500)
committerEdward John Steere <edward.steere@gmail.com>
Wed, 25 Jan 2017 18:17:02 +0000 (20:17 +0200)
* lisp/cedet/semantic/analyze.el:
 (semantic-analyze-find-tag-sequence-default): If first entry in
 sequence is the only one, apply tagclass
 filter. (semantic-analyze-princ-sequence): Show slot even if empty.
* tests/cedet/semantic/ia-utest.el: (semantic-ia-utest-file-list): Add
 testvarnames.java.
* tests/cedet/semantic/test/manual/cedet/Project.ede:
 ("semantic/tests"): Add testvarnames.java
* tests/cedet/semantic/test/manual/cedet/testvarnames.java: New test
 file

test/manual/cedet/cedet/semantic/ia-utest.el

index c5c950e84a8f7391867518cb09e9fa89dded9a3d..daa9ae02516d4d8b64ac10197d96f98c2590ee39 100644 (file)
@@ -1,6 +1,6 @@
 ;;; semantic/ia-utest.el --- Analyzer unit tests
 
-;; Copyright (C) 2008, 2009, 2010, 2011 Eric M. Ludlam
+;; Copyright (C) 2008, 2009, 2010, 2011, 2014 Eric M. Ludlam
 
 ;; Author: Eric M. Ludlam <eric@siege-engine.com>
 
@@ -50,6 +50,8 @@
     "tests/testsppcomplete.c"
     "tests/testvarnames.c"
     "tests/testjavacomp.java"
+    "tests/testvarnames.java"
+    "tests/testf90.f90"
     )
   "List of files with analyzer completion test points.")