akirak / elinter

Nix-based CI and local testing framework for Emacs Lisp projects
GNU General Public License v3.0
18 stars 2 forks source link

Make buttercup tests work #3

Closed akirak closed 4 years ago

akirak commented 4 years ago

Load elisp files specified in targetFiles before running tests. This is required if you have to load the tested library in test files, which is definitely a requirement for package tests.