blaise/tools/bif-coverage/project.xml
Graeme Geldenhuys 328493baf2 fix(bif): resolve bif-coverage gaps for current master
- Add TIndirectFuncCallExpr encoder/decoder to uUnitInterfaceIO.pas
  (was missing entirely, causing --incremental to silently drop
  indirect call nodes)
- Bump COMPILER_ID to blaise-0.11.0-dev+bif1
- Fix version check to compare base version only (strip -SNAPSHOT
  and -dev suffixes before comparing)
- Change test to Ignore() when binary missing (module is not
  activeByDefault)
- Remove redundant <version> from tool project.xml (inherits root)
- Regenerate bif-coverage.status for current AST (68 classes,
  38 encoder/decoder cases)
2026-06-08 00:34:12 +01:00

17 lines
414 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project>
<name>blaise-bif-coverage</name>
<build>
<packaging>application</packaging>
<mainSource>BifCoverage.pas</mainSource>
<executableName>bif-coverage</executableName>
<manualUnitPaths>true</manualUnitPaths>
<unitPaths>
<path>src/main/pascal</path>
<path>../../compiler/src/main/pascal</path>
</unitPaths>
</build>
</project>