[clang-tools-extra] r285059 - Load clang-include-fixer.el from the unit test suite so that the unit tests can run in batch mode.

Manuel Klimek via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 25 04:30:29 PDT 2016


Author: klimek
Date: Tue Oct 25 06:30:28 2016
New Revision: 285059

URL: http://llvm.org/viewvc/llvm-project?rev=285059&view=rev
Log:
Load clang-include-fixer.el from the unit test suite so that the unit tests can run in batch mode.

Patch by Philipp Stephani.

Modified:
    clang-tools-extra/trunk/include-fixer/tool/clang-include-fixer-test.el

Modified: clang-tools-extra/trunk/include-fixer/tool/clang-include-fixer-test.el
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/include-fixer/tool/clang-include-fixer-test.el?rev=285059&r1=285058&r2=285059&view=diff
==============================================================================
--- clang-tools-extra/trunk/include-fixer/tool/clang-include-fixer-test.el (original)
+++ clang-tools-extra/trunk/include-fixer/tool/clang-include-fixer-test.el Tue Oct 25 06:30:28 2016
@@ -6,6 +6,8 @@
 
 ;;; Code:
 
+(require 'clang-include-fixer)
+
 (require 'cc-mode)
 (require 'ert)
 




More information about the cfe-commits mailing list