mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-17 22:22:25 +02:00
* tests/version.test: test (effective-version).
This commit is contained in:
parent
5a3300a23b
commit
dc0c5a1efc
1 changed files with 4 additions and 1 deletions
|
@ -27,4 +27,7 @@
|
|||
(string=? (version)
|
||||
(string-append (major-version) "."
|
||||
(minor-version) "."
|
||||
(micro-version)))))
|
||||
(micro-version)))
|
||||
(string=? (effective-version)
|
||||
(string-append (major-version) "."
|
||||
(minor-version)))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue