1#!/bin/sh 2# SPDX-License-Identifier: GPL-2.0-or-later 3# Copyright (c) 2024-2025 Cyril Hrubis <chrubis@suse.cz> 4# 5# --- 6# doc 7# 8# [Description] 9# 10# This is an example how to run C child from shell. 11# --- 12# 13# --- 14# env 15# { 16# } 17# --- 18 19. tst_loader.sh 20 21if [ -n "LTP_IPC_PATH" ]; then 22 tst_res TPASS "LTP_IPC_PATH=$LTP_IPC_PATH!" 23fi 24 25tst_res TINFO "Running C child" 26shell_c_child 27