mirror of
https://github.com/nasa/fpp.git
synced 2025-12-10 00:40:22 -06:00
Refactor top tests
This commit is contained in:
parent
9a0cd8e473
commit
65e2ca9467
@ -1,7 +0,0 @@
|
|||||||
#!/bin/sh -e
|
|
||||||
|
|
||||||
fpp_to_cpp=../../../../../../bin/fpp-to-cpp
|
|
||||||
. `dirname $0`/../check_topology.sh
|
|
||||||
|
|
||||||
check_topology tlm_packets
|
|
||||||
|
|
||||||
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
. `dirname $0`/../check_topology.sh
|
. `dirname $0`/../check_topology.sh
|
||||||
|
|
||||||
check_topology health
|
check_topology
|
||||||
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
. `dirname $0`/../check_topology.sh
|
. `dirname $0`/../check_topology.sh
|
||||||
|
|
||||||
check_topology commands
|
check_topology
|
||||||
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
. `dirname $0`/../check_topology.sh
|
. `dirname $0`/../check_topology.sh
|
||||||
|
|
||||||
check_topology params Params
|
check_topology
|
||||||
@ -1,8 +1,8 @@
|
|||||||
basic
|
basic
|
||||||
Commands
|
commands
|
||||||
Health
|
health
|
||||||
Params
|
params
|
||||||
TlmPackets
|
tlm_packets
|
||||||
TypedPortsActive
|
TypedPortsActive
|
||||||
TypedPortsPassive
|
TypedPortsPassive
|
||||||
TypedPortsQueued
|
TypedPortsQueued
|
||||||
|
|||||||
6
compiler/tools/fpp-to-cpp/test/top/check-cpp-dir/tlm_packets/check
Executable file
6
compiler/tools/fpp-to-cpp/test/top/check-cpp-dir/tlm_packets/check
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/sh -e
|
||||||
|
|
||||||
|
. `dirname $0`/../check_topology.sh
|
||||||
|
|
||||||
|
check_topology
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user