Skip tests that rely on the `amhello' tarball that comes with Automake. That tarball's `configure' uses #!/bin/sh, but we can't easily patch it. diff --git a/t/amhello-binpkg.sh b/t/amhello-binpkg.sh index fa88cc6..d988cee 100755 --- a/t/amhello-binpkg.sh +++ b/t/amhello-binpkg.sh @@ -17,6 +17,7 @@ # Test an example from the manual about the 'amhello' package: # using DESTDIR to build simple, no-frills binary packages. +exit 77 am_create_testdir=empty . ./defs || exit 1 diff --git a/t/amhello-cflags.sh b/t/amhello-cflags.sh index 666011f..2a95e3c 100755 --- a/t/amhello-cflags.sh +++ b/t/amhello-cflags.sh @@ -18,6 +18,7 @@ # using VPATH builds to configure the same package with different # options. +exit 77 am_create_testdir=empty required=gcc . ./defs || exit 1 diff --git a/t/amhello-cross-compile.sh b/t/amhello-cross-compile.sh index 708abda..2ee4292 100755 --- a/t/amhello-cross-compile.sh +++ b/t/amhello-cross-compile.sh @@ -17,6 +17,7 @@ # Test an example from the manual about the 'amhello' package: # cross-compiling a package from Linux/Unix to MinGW. +exit 77 am_create_testdir=empty required=i586-mingw32msvc-gcc . ./defs || exit 1 active' href='/guix/log/gnu/packages/datastructures.scm'>logtreecommitdiff
path: root/gnu/packages/datastructures.scm
AgeCommit message (Expand)Author
2019-01-26gnu: uthash: Use INVOKE....Ricardo Wurmus
2019-01-26gnu: uthash: Fetch sources via git....Ricardo Wurmus
2019-01-19gnu: liburcu: Update to 0.10.2....Tobias Geerinckx-Rice
2019-01-19gnu: liburcu: Use HTTPS home page....Tobias Geerinckx-Rice
2019-01-07gnu: Add sdsl-lite....Ricardo Wurmus
2018-11-10gnu: Add marisa....Meiyo Peng
2018-01-24gnu: liburcu: Update to 0.10.1....Tobias Geerinckx-Rice
2017-12-12gnu: Add uthash....Tobias Geerinckx-Rice
2017-06-15gnu: liburcu: Update to 0.10.0....Tobias Geerinckx-Rice
2017-04-17gnu: Fix typos in descriptions....Tobias Geerinckx-Rice
2017-03-17gnu: Add liburcu....Tobias Geerinckx-Rice
2016-07-19gnu: Add ssdeep....Tobias Geerinckx-Rice