spacemacs/tests/core
syl20bnr f294ba3887 core: remove 'private value for :location
While doing the tests I encountered an edge case where a package owned
by the dotfile could be passed either a 'private or 'local location
which is ambiguous (moreover where do we put packages with 'local
location ?).

We remove the ambiguity by removing the 'private value and push the
path ~/.emacs.d/private/local/pkg/ when the owner of a local
package PKG is the dotfile.

When the owner of a local package is a layer then the load path is
in the "local" subdirectory of the layer directory. It adds no value
to use the old 'private location in this case.
2015-09-20 00:49:18 -04:00
..
data Refactor test system 2015-08-31 21:16:34 -04:00
core-configuration-layer-ftest.el tests: update configuration layers func. tests 2015-09-09 23:51:05 -04:00
core-configuration-layer-utest.el core: remove 'private value for :location 2015-09-20 00:49:18 -04:00
core-evilify-keymap-ftest.el Refactor test system 2015-08-31 21:16:34 -04:00
core-evilify-keymap-utest.el Refactor test system 2015-08-31 21:16:34 -04:00
core-funcs-utest.el Refactor test system 2015-08-31 21:16:34 -04:00
core-release-management-ftest.el Refactor test system 2015-08-31 21:16:34 -04:00
core-spacemacs-buffer-ftest.el Refactor test system 2015-08-31 21:16:34 -04:00
core-spacemacs-ftest.el Refactor test system 2015-08-31 21:16:34 -04:00
Makefile tests: Add configuration layer functional tests 2015-09-07 19:42:22 -04:00