mirror of
https://github.com/nasa/fpp.git
synced 2025-12-11 11:16:42 -06:00
13 lines
218 B
Bash
13 lines
218 B
Bash
basic()
|
|
{
|
|
run_test "-n basic.names.txt -p $PWD" basic && \
|
|
diff -u basic.names.txt basic.names.ref.txt && \
|
|
diff_cpp BasicTopology
|
|
}
|
|
|
|
health()
|
|
{
|
|
run_test "-p $PWD" health && \
|
|
diff_cpp HealthTopology
|
|
}
|