diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-10-20 22:36:44 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-10-29 11:51:24 +0900 |
| commit | 79dcb79e1f36a87550d6f00a66343dd024d14ef3 (patch) | |
| tree | f87019b3488a00727d802c39147d3334c6418133 /Makefile.am | |
| parent | cbc35fd9aa08a6da9df1ce8463779ad7decaf12a (diff) | |
tests: New ld-wrapper test.
* tests/ld-wrapper.scm: New file.
* Makefile.am (SCM_TESTS): Register it.
Change-Id: I3cef5ff363226a3ceee2599d4906f107d6ae7151
Reviewed-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e0db4c9412b..a4e7277d6d4 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | # Copyright © 2018 Oleg Pykhalov <go.wigust@gmail.com> | 14 | # Copyright © 2018 Oleg Pykhalov <go.wigust@gmail.com> |
| 15 | # Copyright © 2018 Alex Vong <alexvong1995@gmail.com> | 15 | # Copyright © 2018 Alex Vong <alexvong1995@gmail.com> |
| 16 | # Copyright © 2019, 2023 Efraim Flashner <efraim@flashner.co.il> | 16 | # Copyright © 2019, 2023 Efraim Flashner <efraim@flashner.co.il> |
| 17 | # Copyright © 2020, 2021, 2023 Maxim Cournoyer <maxim@guixotic.coop> | 17 | # Copyright © 2020, 2021, 2023, 2025 Maxim Cournoyer <maxim@guixotic.coop> |
| 18 | # Copyright © 2021 Chris Marusich <cmmarusich@gmail.com> | 18 | # Copyright © 2021 Chris Marusich <cmmarusich@gmail.com> |
| 19 | # Copyright © 2021 Andrew Tropin <andrew@trop.in> | 19 | # Copyright © 2021 Andrew Tropin <andrew@trop.in> |
| 20 | # Copyright © 2023 Clément Lassieur <clement@lassieur.org> | 20 | # Copyright © 2023 Clément Lassieur <clement@lassieur.org> |
| @@ -590,6 +590,7 @@ SCM_TESTS = \ | |||
| 590 | tests/http-client.scm \ | 590 | tests/http-client.scm \ |
| 591 | tests/inferior.scm \ | 591 | tests/inferior.scm \ |
| 592 | tests/ipfs.scm \ | 592 | tests/ipfs.scm \ |
| 593 | tests/ld-wrapper.scm \ | ||
| 593 | tests/lint.scm \ | 594 | tests/lint.scm \ |
| 594 | tests/modules.scm \ | 595 | tests/modules.scm \ |
| 595 | tests/monads.scm \ | 596 | tests/monads.scm \ |
