spacemacs/tests/core
syl20bnr d98be63dfa core: new layer file -> layers.el / Fix regressions of previous commits
The new layer file `layers.el` is used to declared additional layers.
It is like the sibling of packages.el except that for now it does not
take a list (can do this in a futur commit).

The new order for file loading is the following:

layers.el > packages.el > funcs.el > config.el > keybindings.el

Since packages.el relies on some undefined stuff encapsulated
in init functions, it is not meant to be byte compiled. OTOH funcs.el
(where lies most of the computation added by a package config) should
be compilable.

Since we load packages.el very early it is not possible to use
`configuration-layer/package-usedp` in funcs.el.

This commit also fixes the tests.
2016-05-28 21:20:23 -04:00
..
data Refactor test system 2015-08-31 21:16:34 -04:00
core-configuration-layer-ftest.el core: new layer file -> layers.el / Fix regressions of previous commits 2016-05-28 21:20:23 -04:00
core-configuration-layer-utest.el core: new layer file -> layers.el / Fix regressions of previous commits 2016-05-28 21:20:23 -04:00
core-funcs-utest.el Clean copyrights and update for year 2016 2016-01-11 21:42:17 -05:00
core-release-management-ftest.el Clean copyrights and update for year 2016 2016-01-11 21:42:17 -05:00
core-spacemacs-buffer-ftest.el Clean copyrights and update for year 2016 2016-01-11 21:42:17 -05:00
core-spacemacs-ftest.el Clean copyrights and update for year 2016 2016-01-11 21:42:17 -05:00
Makefile Clean copyrights and update for year 2016 2016-01-11 21:42:17 -05:00