]> code.delx.au - gnu-emacs/blobdiff - test/lisp/progmodes/compile-tests.el
Merge from origin/emacs-25
[gnu-emacs] / test / lisp / progmodes / compile-tests.el
index 6821a6bfae5113c4d6fde81938a0334f446bb194..89615760c77775bd68b083a81005e9d8dd77abc8 100644 (file)
      1 nil 302 "\\lib\\python\\Products\\PythonScripts\\PythonScript.py")
     ("File \"/tmp/foo.py\", line 10"
      1 nil 10 "/tmp/foo.py")
+    ;; cmake cmake-info
+    ("CMake Error at CMakeLists.txt:23 (hurz):"
+     1 nil 23 "CMakeLists.txt")
+    ("CMake Warning at cmake/modules/UseUG.cmake:73 (find_package):"
+     1 nil 73 "cmake/modules/UseUG.cmake")
+    ("  cmake/modules/DuneGridMacros.cmake:19 (include)"
+     1 nil 19 "cmake/modules/DuneGridMacros.cmake")
     ;; comma
     ("\"foo.f\", line 3: Error: syntax error near end of statement"
      1 nil 3 "foo.f")