Add missing import for newer libstdc++. Taken from upstream: https://github.com/qt/qtwayland/commit/1aa6ec2c778504d96543f6cdc2b9199a7b066fc1 diff --git a/tests/auto/client/shared/corecompositor.cpp b/tests/auto/client/shared/corecompositor.cpp index 5c6c83baa..fa9b7662a 100644 --- a/tests/auto/client/shared/corecompositor.cpp +++ b/tests/auto/client/shared/corecompositor.cpp @@ -27,6 +27,7 @@ ****************************************************************************/ #include "corecompositor.h" +#include namespace MockCompositor { td>
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-home.sh
AgeCommit message (Expand)Author
2022-04-19tests: Adjust 'guix home' test to 'home-files-service-type' changes....Ludovic Courtès
2022-03-19guix home: Add 'container' command....Ludovic Courtès
2022-03-18guix home: Implement the 'extension-graph' and 'shepherd-graph' actions....Ludovic Courtès
2022-03-10tests: Check 'guix home reconfigure' for a second generation....Ludovic Courtès
2022-03-10tests: Simplify use of 'local-file' in 'tests/guix-home.sh'....Ludovic Courtès
2022-03-10tests: Make sure 'guix home reconfigure' backs up files....Ludovic Courtès
2021-10-09home: services: configuration: Support file-like objects....Oleg Pykhalov
2021-10-09tests: Add guix-home.sh....Oleg Pykhalov