branch: master
commit d9abe19cd88ba525c084053add082ff89027e0b9
Author: rubikitch <[email protected]>
Commit: rubikitch <[email protected]>
gcd-tests.el: Add test-simple-run comment line
---
example/gcd-tests.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/example/gcd-tests.el b/example/gcd-tests.el
index 8ffdce8..173074d 100644
--- a/example/gcd-tests.el
+++ b/example/gcd-tests.el
@@ -19,6 +19,7 @@
;; You should have received a copy of the GNU General Public License
;; along with this program. If not, see
;; <http://www.gnu.org/licenses/>.
+;;;; (test-simple-run "emacs -batch -L %s -l %s" (file-name-directory
(locate-library "test-simple.elc")) buffer-file-name)
(require 'test-simple)
(test-simple-start)