mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[PR #719] [MERGED] Fix building of tests #1690
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#1690
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/debauchee/barrier/pull/719
Author: @p12tic
Created: 5/30/2020
Status: ✅ Merged
Merged: 5/30/2020
Merged by: @shymega
Base:
master← Head:tests📝 Commits (8)
b99ca80test: Enable building of tests56f1232test: Reduce the number of implicit include directoriesa6e5e47test: Remove unresolved merge conflict markers7868043test: Fix referenced library namef23e8a6test: Update to new APIs13a0359tests: Fix crash in XWindowsKeyStateTests460f5dftest: Fix undefined behavior of deleting incomplete type64265e9tests: Disable test that depends on external state📊 Changes
9 files changed (+47 additions, -101 deletions)
View changed files
📝
src/CMakeLists.txt(+1 -0)📝
src/lib/platform/XWindowsKeyState.h(+1 -1)📝
src/test/global/TestEventQueue.h(+1 -1)📝
src/test/integtests/CMakeLists.txt(+27 -15)📝
src/test/integtests/arch/ArchInternetTests.cpp(+3 -3)📝
src/test/integtests/platform/XWindowsKeyStateTests.cpp(+11 -24)📝
src/test/integtests/platform/XWindowsScreenTests.cpp(+2 -3)📝
src/test/unittests/CMakeLists.txt(+1 -2)📝
src/test/unittests/barrier/ClipboardChunkTests.cpp(+0 -52)📄 Description
This PR fixes building of tests. Two new executables appear in
build/bin:integtestsandunittests. The next step is to hook them to our CI.This PR depends on #717 to fix build issue due to missing #include.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.