TestSuite
Some checks failed
CI / build-linux-and-wasm (x64-linux) (push) Has been cancelled

This commit is contained in:
2026-01-23 05:52:26 +05:30
parent fc18c8667a
commit cfa0759133
37 changed files with 5631 additions and 1083 deletions

View File

@ -1,25 +1,25 @@
# ------------------------------------------------
# C Compile Test (Keep separate to verify C ABI)
# ------------------------------------------------
add_executable(IACore_Test_C_ABI "CCompile.c")
set_target_properties(IACore_Test_C_ABI PROPERTIES
C_STANDARD 99
C_STANDARD_REQUIRED ON
LINKER_LANGUAGE C
)
target_link_libraries(IACore_Test_C_ABI PRIVATE IACore)
# ------------------------------------------------
# The Unified C++ Test Suite
# ------------------------------------------------
set(TEST_SOURCES
Main.cpp
Utils.cpp
Environment.cpp
AsyncOps.cpp
CLI.cpp
DataOps.cpp
Environment.cpp
FileOps.cpp
IPC.cpp
JSON.cpp
Logger.cpp
Main.cpp
Platform.cpp
ProcessOps.cpp
StreamReader.cpp
RingBuffer.cpp
SocketOps.cpp
StreamReader.cpp
StreamWriter.cpp
StringOps.cpp
Utils.cpp
XML.cpp
SIMD/IntVec4.cpp
SIMD/FloatVec4.cpp