From fc36cf6be8a2aa253807cdaf1ef8ecc97935ebf1 Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Sun, 30 Mar 2025 22:47:07 -0400 Subject: [PATCH] refactor: move remaining platform tests to test/unittests --- .../platform/MSWindowsClipboardTests.cpp | 0 .../{integtests => unittests}/platform/MSWindowsKeyStateTests.cpp | 0 src/test/{integtests => unittests}/platform/OSXClipboardTests.cpp | 0 src/test/{integtests => unittests}/platform/OSXScreenTests.cpp | 0 .../{integtests => unittests}/platform/XWindowsKeyStateTests.cpp | 0 .../platform/XWindowsScreenSaverTests.cpp | 0 .../{integtests => unittests}/platform/XWindowsScreenTests.cpp | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename src/test/{integtests => unittests}/platform/MSWindowsClipboardTests.cpp (100%) rename src/test/{integtests => unittests}/platform/MSWindowsKeyStateTests.cpp (100%) rename src/test/{integtests => unittests}/platform/OSXClipboardTests.cpp (100%) rename src/test/{integtests => unittests}/platform/OSXScreenTests.cpp (100%) rename src/test/{integtests => unittests}/platform/XWindowsKeyStateTests.cpp (100%) rename src/test/{integtests => unittests}/platform/XWindowsScreenSaverTests.cpp (100%) rename src/test/{integtests => unittests}/platform/XWindowsScreenTests.cpp (100%) diff --git a/src/test/integtests/platform/MSWindowsClipboardTests.cpp b/src/test/unittests/platform/MSWindowsClipboardTests.cpp similarity index 100% rename from src/test/integtests/platform/MSWindowsClipboardTests.cpp rename to src/test/unittests/platform/MSWindowsClipboardTests.cpp diff --git a/src/test/integtests/platform/MSWindowsKeyStateTests.cpp b/src/test/unittests/platform/MSWindowsKeyStateTests.cpp similarity index 100% rename from src/test/integtests/platform/MSWindowsKeyStateTests.cpp rename to src/test/unittests/platform/MSWindowsKeyStateTests.cpp diff --git a/src/test/integtests/platform/OSXClipboardTests.cpp b/src/test/unittests/platform/OSXClipboardTests.cpp similarity index 100% rename from src/test/integtests/platform/OSXClipboardTests.cpp rename to src/test/unittests/platform/OSXClipboardTests.cpp diff --git a/src/test/integtests/platform/OSXScreenTests.cpp b/src/test/unittests/platform/OSXScreenTests.cpp similarity index 100% rename from src/test/integtests/platform/OSXScreenTests.cpp rename to src/test/unittests/platform/OSXScreenTests.cpp diff --git a/src/test/integtests/platform/XWindowsKeyStateTests.cpp b/src/test/unittests/platform/XWindowsKeyStateTests.cpp similarity index 100% rename from src/test/integtests/platform/XWindowsKeyStateTests.cpp rename to src/test/unittests/platform/XWindowsKeyStateTests.cpp diff --git a/src/test/integtests/platform/XWindowsScreenSaverTests.cpp b/src/test/unittests/platform/XWindowsScreenSaverTests.cpp similarity index 100% rename from src/test/integtests/platform/XWindowsScreenSaverTests.cpp rename to src/test/unittests/platform/XWindowsScreenSaverTests.cpp diff --git a/src/test/integtests/platform/XWindowsScreenTests.cpp b/src/test/unittests/platform/XWindowsScreenTests.cpp similarity index 100% rename from src/test/integtests/platform/XWindowsScreenTests.cpp rename to src/test/unittests/platform/XWindowsScreenTests.cpp