gnu: emacs-php-mode: Run tests.
* gnu/packages/emacs-xyz.scm (emacs-php-mode)[argument]: Use G-expressions. Run tests.
This commit is contained in:
		
							parent
							
								
									f1f6da3226
								
							
						
					
					
						commit
						094f11d202
					
				
					 1 changed files with 15 additions and 5 deletions
				
			
		| 
						 | 
					@ -17254,11 +17254,21 @@ in Emacs.")
 | 
				
			||||||
        (base32 "01yw10z1kf38nz4z3gmpx56wmc7a7caf4nk6rccg0w4kklqw1h94"))))
 | 
					        (base32 "01yw10z1kf38nz4z3gmpx56wmc7a7caf4nk6rccg0w4kklqw1h94"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:phases
 | 
					     (list
 | 
				
			||||||
       (modify-phases %standard-phases
 | 
					      #:tests? #true
 | 
				
			||||||
         (add-after 'unpack 'enter-source-directory
 | 
					      #:test-command #~(list "emacs" "-Q" "--batch"
 | 
				
			||||||
           (lambda _
 | 
					                             "-l" "../tests/php-mode-test.el"
 | 
				
			||||||
             (chdir "lisp"))))))
 | 
					                             "-f" "ert-run-tests-batch-and-exit")
 | 
				
			||||||
 | 
					      #:phases
 | 
				
			||||||
 | 
					      #~(modify-phases %standard-phases
 | 
				
			||||||
 | 
					          (add-after 'unpack 'prepare-testing-bed
 | 
				
			||||||
 | 
					            (lambda _
 | 
				
			||||||
 | 
					              ;; This file is necessary for `php-project-root' test.
 | 
				
			||||||
 | 
					              (call-with-output-file "tests/project/1/.git"
 | 
				
			||||||
 | 
					                (const #t))))
 | 
				
			||||||
 | 
					          (add-after 'prepare-testing-bed 'enter-source-directory
 | 
				
			||||||
 | 
					            (lambda _
 | 
				
			||||||
 | 
					              (chdir "lisp"))))))
 | 
				
			||||||
    (propagated-inputs (list emacs-projectile))
 | 
					    (propagated-inputs (list emacs-projectile))
 | 
				
			||||||
    (home-page "https://github.com/ejmr/php-mode")
 | 
					    (home-page "https://github.com/ejmr/php-mode")
 | 
				
			||||||
    (synopsis "Major mode for editing PHP code")
 | 
					    (synopsis "Major mode for editing PHP code")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue