mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 16:24:18 +00:00
Prompt for tool to use
This commit is contained in:
parent
8ec8fe9867
commit
cdf6eb0074
1 changed files with 2 additions and 5 deletions
|
|
@ -91,8 +91,7 @@
|
|||
(defun ll/prompt-test-action (file action)
|
||||
;; TODO: assumed build-dir constant, should take as argument and prompt
|
||||
;; further up
|
||||
(let* ((dir (lls/get-llvm-build-dir))
|
||||
(commands
|
||||
(let* ((commands
|
||||
(--> (ll/get-test-run-commands file)
|
||||
;; TODO: assumed that first command will DWIM
|
||||
(mapcar #'(lambda (x) (car (split-string x "|"))) it)
|
||||
|
|
@ -118,9 +117,7 @@
|
|||
" ")
|
||||
res)
|
||||
(replace-match
|
||||
(expand-file-name (match-string 1 res)
|
||||
(expand-file-name "bin"
|
||||
dir))
|
||||
(lls/prompt-tool (match-string 1 res))
|
||||
nil nil res 1)))
|
||||
it)
|
||||
(mapcar #'(lambda (x)
|
||||
|
|
|
|||
Loading…
Reference in a new issue