Hotwheels-Cluster 1.2
Creation of Cluster APP for SEA:ME project.
 
Loading...
Searching...
No Matches
test-entry-point Namespace Reference

Variables

str APP = "./app/build/x86_Qt5_15_2-Debug/HotWheels-app"
 The path to the application.
 
 OUTPUT = $($APP --test 2>&1)
 Capture both stdout and stderr.
 
str EXPECTED_OUTPUT = "[Main] HotWheels Cluster starting...[Main] Test mode activated. Exiting..."
 The expected output of the application.
 

Variable Documentation

◆ APP

str test-entry-point.APP = "./app/build/x86_Qt5_15_2-Debug/HotWheels-app"

The path to the application.

Definition at line 25 of file test-entry-point.sh.

◆ EXPECTED_OUTPUT

test-entry-point.EXPECTED_OUTPUT = "[Main] HotWheels Cluster starting...[Main] Test mode activated. Exiting..."

The expected output of the application.

Definition at line 31 of file test-entry-point.sh.

◆ OUTPUT

test-entry-point.OUTPUT = $($APP --test 2>&1)

Capture both stdout and stderr.

Definition at line 28 of file test-entry-point.sh.