emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/realgud aa13be4 050/140: Some test lint'ing


From: Rocky Bernstein
Subject: [elpa] externals/realgud aa13be4 050/140: Some test lint'ing
Date: Sat, 25 May 2019 19:35:31 -0400 (EDT)

branch: externals/realgud
commit aa13be469e6d42225183c52c5e3d8785988cc4ba
Author: rocky <address@hidden>
Commit: rocky <address@hidden>

    Some test lint'ing
---
 test/test-regexp-remake.el | 6 ++++++
 test/test-regexp-trepan.el | 8 ++++++++
 test/test-track.el         | 8 ++++++++
 3 files changed, 22 insertions(+)

diff --git a/test/test-regexp-remake.el b/test/test-regexp-remake.el
index 1aa2748..e6e69b0 100644
--- a/test/test-regexp-remake.el
+++ b/test/test-regexp-remake.el
@@ -14,6 +14,12 @@
   (defvar num-pat)    (defvar num-group)   (defvar realgud:remake-pat-hash)
 )
 
+(declare-function prompt-match                   'regexp-helper)
+(declare-function realgud-loc-pat-num            'realgud-regexp)
+(declare-function realgud-loc-pat-regexp         'realgud-regexp)
+(declare-function realgud-loc-pat-file-group     'realgud-regexp)
+(declare-function realgud-loc-pat-line-group     'realgud-regexp)
+
 (set (make-local-variable 'prompt-pat)
      (gethash "prompt"             realgud:remake-pat-hash))
 (set (make-local-variable 'frame-pat)
diff --git a/test/test-regexp-trepan.el b/test/test-regexp-trepan.el
index 099127b..5712c61 100644
--- a/test/test-regexp-trepan.el
+++ b/test/test-regexp-trepan.el
@@ -23,8 +23,16 @@
   (defvar test-dbgr)
   (defvar test-s1)
   (defvar test-text)
+  (defvar realgud:trepan-pat-hash)
 )
 
+(declare-function loc-match                     'realgud-helper)
+(declare-function prompt-match                   'regexp-helper)
+(declare-function realgud-loc-pat-file-group     'realgud-regexp)
+(declare-function realgud-loc-pat-line-group     'realgud-regexp)
+(declare-function realgud-loc-pat-num            'realgud-regexp)
+(declare-function realgud-loc-pat-regexp         'realgud-regexp)
+
 (set (make-local-variable 'bps-pat)
      (gethash "brkpt-set"          realgud:trepan-pat-hash))
 (set (make-local-variable 'dbg-bt-pat)
diff --git a/test/test-track.el b/test/test-track.el
index 6e99c05..bcae4e0 100644
--- a/test/test-track.el
+++ b/test/test-track.el
@@ -27,15 +27,23 @@
 (declare-function realgud-set-command-name-hash-to-buffer-local 'realgud-track)
 (declare-function realgud:truncate-eval-message                 'realgud-track)
 (declare-function realgud:track-add-breakpoint                  'realgud-track)
+(declare-function realgud-track-bp-loc                          'realgud-track)
 (declare-function realgud:track-remove-breakpoints              'realgud-track)
 
 
 (test-simple-start)
 
 (eval-when-compile
+  (defvar bp-loc)
+  (defvar bp-num)
+  (defvar debugger-bp-output)
   (defvar debugger-output)
   (defvar line-number)
+  (defvar realgud-command-name-hash)
   (defvar realgud-pat-hash)
+  (defvar test-buffer)
+  (defvar test-command-hash)
+  (defvar test-command-name-hash)
   (defvar test-filename)
 )
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]