From 811ee1ab9fb585130fe0c27df03f10dc21b1e7f7 Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Fri, 9 Jan 2026 23:57:19 +0100 Subject: import: nuget: Add tests and documentation. * guix/import/nuget.scm: Prevent optimizing small functions away completely. * tests/import/nuget.scm: New file. * doc/guix.texi (nuget): Document it. * Makefile.am (SCM_TESTS): Add reference to it. Fixes: guix/guix#5483 Change-Id: Id58932fe404a11a03e61a91d3b6177b39548f1bc --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index dabceddf2ac..e71b2d2ed5e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -577,6 +577,7 @@ SCM_TESTS = \ tests/import/hexpm.scm \ tests/import/luanti.scm \ tests/import/npm-binary.scm \ + tests/import/nuget.scm \ tests/import/opam.scm \ tests/import/print.scm \ tests/import/pypi.scm \ -- cgit v1.2.3