diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-01-12 12:21:12 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-01-13 08:47:33 +0100 |
| commit | f73558eb52a356cdd32390056dc4b515402665de (patch) | |
| tree | 8463506a96df08ccd36a69f01eae51831941df42 /gnu | |
| parent | 694fe3743bf820ee77b81fbb233c11e158ef8e0c (diff) | |
gnu: open-logic: Complete tests.
* gnu/packages/electronics.scm (open-logic)[arguments]: Add "en_cl_fix"
tests to ’check #:phase.
Change-Id: Id65302ea9bc3578ce16a01f4b2fb75742233f57e
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/electronics.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm index 9c9aff93f06..e95f0c1560e 100644 --- a/gnu/packages/electronics.scm +++ b/gnu/packages/electronics.scm | |||
| @@ -2050,8 +2050,12 @@ verification.") | |||
| 2050 | #:phases | 2050 | #:phases |
| 2051 | #~(modify-phases %standard-phases | 2051 | #~(modify-phases %standard-phases |
| 2052 | (add-after 'install 'check | 2052 | (add-after 'install 'check |
| 2053 | (lambda* (#:key tests? #:allow-other-keys) | 2053 | (lambda* (#:key tests? inputs #:allow-other-keys) |
| 2054 | (when tests? | 2054 | (when tests? |
| 2055 | (with-directory-excursion "3rdParty/en_cl_fix/sim" | ||
| 2056 | (invoke "python3" "run.py" "--simulator" "nvc" | ||
| 2057 | "--simulator-path" | ||
| 2058 | (dirname (search-input-file inputs "bin/nvc")))) | ||
| 2055 | (with-directory-excursion "sim" | 2059 | (with-directory-excursion "sim" |
| 2056 | (substitute* "run.py" | 2060 | (substitute* "run.py" |
| 2057 | ;; This is required to comply with current VUnit, see: | 2061 | ;; This is required to comply with current VUnit, see: |
