emacs-matlab/tests/Project.ede
Eric Ludlam fe496763f3 Project.ede, Makefile:
Bring the tests directory into EDE.

mestest.el, mstest.el:
Fix byte compiler warnings.
2019-12-14 10:08:28 -05:00

31 lines
1.1 KiB
Text

;; Object tests
;; EDE Project Files are auto generated: Do Not Edit
(ede-proj-project "tests"
:file "Project.ede"
:name "tests"
:targets
(list
(ede-proj-target-elisp "tests"
:object-name "tests"
:name "tests"
:path ""
:source '("mstest.el" "metest.el")
:rules
(list
(ede-makefile-rule "ede-makefile-rule-1578155c1544"
:target "modetests"
:dependencies "metest.elc"
:rules '("$(EMACS) -batch -q -l metest.elc -e \"metest-all-syntax-tests\"")
:phony t)
(ede-makefile-rule "ede-makefile-rule-157814fbd3f8"
:target "shelltests"
:dependencies "mstest.elc"
:rules '("$(EMACS) -batch -q -l mstest.elc -e \"mstest-run-all-tests\"")
:phony t))
:aux-packages '("matlab-load"))
(ede-proj-target-makefile-miscelaneous "matlab"
:object-name "matlab"
:name "matlab"
:path ""
:source '("buggy.m" "dbtester.m" "expressions.m" "indents.m" "mclass.m" "mpclass.m" "stringtest.m" "syntaxerr.m" "cellscript.m" "fontlock.m" "testeeval.m")))
:object-name "tests")