PrismLauncher/tests
Rachel Powers d1b6d7c402
chore: Re-simplify IndexVersionType and MessageLevel with c++20
This sets our compiler requirements to gcc 11 and clang 13. If we
forgo the use of `using enum` we can drop to gcc 10 and clang 10 but
that means using `MessageLevel::Enum::Unknown` for direct enum access

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2025-12-11 09:59:33 -07:00
..
testdata Fix tests 2025-12-07 16:40:18 +00:00
CatPack_test.cpp moved catpack data to testdata 2023-08-31 17:34:05 +03:00
CMakeLists.txt removed some duplicate code 2025-09-15 18:25:07 +03:00
DataPackParse_test.cpp Refactor ResourcePack 2024-12-19 10:42:42 +02:00
FileSystem_test.cpp Fix tests (oops) 2025-08-04 15:31:38 +01:00
GradleSpecifier_test.cpp chore: reformat 2023-08-14 18:16:53 +02:00
GZip_test.cpp chore: reformat 2023-08-14 18:16:53 +02:00
Index_test.cpp chore: reformat 2023-08-14 18:16:53 +02:00
INIFile_test.cpp chore: add migration for old QByteArray to base64 2025-06-02 11:40:48 +03:00
JavaVersion_test.cpp chore: reformat 2023-08-14 18:16:53 +02:00
Library_test.cpp Check return value of 'virtual bool QFile::open(QIODeviceBase::OpenMode)' 2025-10-30 03:15:14 -04:00
MetaComponentParse_test.cpp Actually fix build? 2025-03-26 01:32:17 +00:00
MojangVersionFormat_test.cpp Check return value of 'virtual bool QFile::open(QIODeviceBase::OpenMode)' 2025-10-30 03:15:14 -04:00
Packwiz_test.cpp propagate side as enum instead of Qstring 2025-06-02 13:26:42 +03:00
ParseUtils_test.cpp chore: reformat 2023-08-14 18:16:53 +02:00
ResourceFolderModel_test.cpp Fix tests (make them green) 2024-10-28 21:09:45 +00:00
ResourcePackParse_test.cpp fix tests 2025-08-21 15:14:05 +03:00
ShaderPackParse_test.cpp chore: reformat 2023-08-14 18:16:53 +02:00
Task_test.cpp Remove unnecessary QObject:: 2025-06-05 21:41:06 +08:00
TexturePackParse_test.cpp chore: update license headers 2023-08-14 18:17:05 +02:00
Version_test.cpp Check return value of 'virtual bool QFile::open(QIODeviceBase::OpenMode)' 2025-10-30 03:15:14 -04:00
WorldSaveParse_test.cpp chore: reformat 2023-08-14 18:16:53 +02:00
XmlLogs_test.cpp chore: Re-simplify IndexVersionType and MessageLevel with c++20 2025-12-11 09:59:33 -07:00