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)
 


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to