diff options
| author | Mario Rodas <marsam@users.noreply.github.com> | 2022-08-22 01:38:50 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-22 12:08:50 +0530 |
| commit | c3d227c11bbeb18ea494fa832d0f23f71ccf9a9d (patch) | |
| tree | d249bdd5e5a4f08f1c36ab40b4f1ab9690156514 /test | |
| parent | 6df41605cccb6f267693927dc153e7f0ae0c980d (diff) | |
Don't depend on gcc when building with `nix-shell` (#135)
* Use `--run` flag to execute nix-shell
The `--command` flag is only required to spawn a interactive shell.
* Do not require gcc to build with nix-shell
`nix-shell` already sets CC with a C compiler, for instance Clang on darwin.
* Remove outdated require in test-helper
`f.el` is not needed anywhere.
Diffstat (limited to 'test')
| -rw-r--r-- | test/test-helper.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test-helper.el b/test/test-helper.el index da01765..a3be618 100644 --- a/test/test-helper.el +++ b/test/test-helper.el @@ -91,7 +91,6 @@ `(pdf-test-with-pdf "encrypted.pdf" ,@body)) ;; --- -(require 'f) (require 'undercover) (undercover "lisp/*.el") (require 'let-alist) |
