Merge branch 'main' into claude1

This commit is contained in:
Roland Conybeare 2026-02-27 22:07:46 +11:00
commit df87f1b313
3 changed files with 4 additions and 0 deletions

View file

@ -14,4 +14,5 @@ find_dependency(xo_expression2)
find_dependency(subsys)
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Share.cmake")
check_required_components("@PROJECT_NAME@")

View file

@ -4,6 +4,7 @@
#include "ssm/ISyntaxStateMachine_Any.hpp"
#include <iostream>
#include <exception>
namespace xo {
namespace scm {

View file

@ -711,6 +711,7 @@ namespace xo {
log && fixture.log_memory_layout(&log);
}
#ifdef OBSOLETE
TEST_CASE("SchematikaParser-interactive-arith3-bad", "[reader2][SchematikaParser]")
{
const auto & testname = Catch::getResultCapture().getCurrentTestName();
@ -781,6 +782,7 @@ namespace xo {
log && fixture.log_memory_layout(&log);
}
#endif
TEST_CASE("SchematikaParser-interactive-cmp", "[reader2][SchematikaParser]")
{