mirror of
https://github.com/torlando-tech/pyxis.git
synced 2026-08-05 10:20:07 +00:00
The graft namespaced pyxis's BLE/HDLC sources to <microReticulum/Bytes.h> etc.,
but the standalone native unit-test build only had flat shims in tests/native/,
so test_ble_* and test_hdlc failed to compile ("'microReticulum/Bytes.h' file
not found"). Add forwarding shims under tests/native/microReticulum/ that
include the existing flat shims. Production code is unchanged; this only fixes
the test harness for the relocated layout.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01UWZuYkHBRqNb6BZHV8sTG5
6 lines
230 B
C
6 lines
230 B
C
#pragma once
|
|
// Native-test shim: microReticulum 0.4.x relocated headers under
|
|
// <microReticulum/...>. The standalone unit-test build only has the flat
|
|
// minimal shims in tests/native/, so forward to them.
|
|
#include "../Bytes.h"
|