9 lines
283 B
C++
9 lines
283 B
C++
// AISSIA Integration Tests - Entry Point
|
|
// Using Catch2 v3 with main provided by Catch2::Catch2WithMain
|
|
|
|
// This file is intentionally minimal.
|
|
// Catch2WithMain provides the main() function automatically.
|
|
|
|
// Include common test utilities
|
|
#include "utils/TestHelpers.hpp"
|