Подготовить автономную сборку и запуск перед разделением проектов

This commit is contained in:
Александр Петров
2026-09-15 23:04:04 +03:00
parent 5323b168a7
commit 0e74aaa7ee
116 changed files with 6908 additions and 333 deletions
@@ -1,9 +1,8 @@
# Дочерняя программа для интеграционного EXEC-теста Commander.
PROJ_ROOT := $(abspath $(CURDIR)/../../../..)
EXAMPLE := p4child
MEMORY := tiny
ALLOCS ?= 3000
EXTRA_FLAGS := --safe --max-allocs $(ALLOCS)
include $(PROJ_ROOT)/app.mk
include $(CURDIR)/../../sdk.mk