summaryrefslogtreecommitdiff
path: root/test/make-compile.el
diff options
context:
space:
mode:
authorEvgeni Kolev <evgenysw@gmail.com>2017-06-05 09:39:58 +0300
committerEvgeni Kolev <evgenysw@gmail.com>2017-06-05 09:47:18 +0300
commit15b0b14091b6740a32ccb074bbd832868643958a (patch)
tree0cae854b62f9a6f0a50e7bdc2299f2ecd4d4c69a /test/make-compile.el
parent7a0358ce3eb9ed01744170fa8a1e12d98f8b8839 (diff)
Add tests
Diffstat (limited to 'test/make-compile.el')
-rw-r--r--test/make-compile.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/make-compile.el b/test/make-compile.el
new file mode 100644
index 0000000..d3d8956
--- /dev/null
+++ b/test/make-compile.el
@@ -0,0 +1,5 @@
+(setq files '("evil-surround.el"))
+(setq byte-compile--use-old-handlers nil)
+(mapc #'byte-compile-file files)
+
+