Disable tests who fail because they have to run as root. --- libusb-0.1.12/tests/Makefile.in 2006-03-04 03:54:06.000000000 +0100 +++ libusb-0.1.12/tests/Makefile.in 2017-07-13 16:17:45.201728019 +0200 @@ -255,8 +255,8 @@ hub_strings_LDADD = $(top_builddir)/libusbpp.la @OSLIBS@ driver_name_SOURCES = driver_name.cpp driver_name_LDADD = $(top_builddir)/libusbpp.la @OSLIBS@ -TESTS = testlibusb descriptor_test id_test find_hubs find_mice \ - get_resolution hub_strings $(OS_SPECIFIC) +TESTS = testlibusb descriptor_test id_test find_hubs find_mice + #get_resolution hub_strings $(OS_SPECIFIC) XFAIL_TESTS = get_resolution hub_strings $(OS_SPECIFIC_XFAIL) all: all-am 0fa242'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/build-emacs-utils.scm
AgeCommit message (Expand)Author
2022-07-13tests: build-emacs-utils: Allow test to pass on Emacs 27 too....* tests/build-emacs-utils.scm ("emacs-batch-script: raise &emacs-batch-error on failure"): More loosely match expected error string, which differs between Emacs 27 and Emacs 28. Maxim Cournoyer
2022-06-17guix: emacs-utils: Add emacs-header-parse....* guix/build/emacs-utils.scm (emacs-header-parse): New procedure. * tests/build-emacs-utils.scm ("emacs-header-parse: fetch version", "emacs-header-parse: fetch keywords", "emacs-header-parse: fetch nonexistent author"): New tests. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Fredrik Salomonsson
2022-06-17guix: emacs-utils: Add emacs-batch-script....* guix/build/emacs-utils.scm (emacs-batch-script): New procedure. * tests/build-emacs-utils.scm: New file. * Makefile.am (TESTS): Add `tests/build-emacs-utils.scm'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Fredrik Salomonsson