emacs-matlab/tests/Project.ede

46 lines
1.8 KiB
Plaintext

;; Copyright (C) 2023 Eric Ludlam (and others)
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or
;; (at your option) any later version.
;; This program is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;; 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")