#!/bin/sh

#echo "Running app handler tests:"
#python -m unittest -v test.app.AppProcess_test


echo "Running LCM tests:"
python -m unittest -v test.LCM.LCMHandlerBase_test
# python -m unittest -v test.LCM.LCMListener_test
# python -m unittest -v test.LCM.LCMPub_test

echo "Running supervisor tests:"
python -m unittest -v test.supervisor.Supervisor_test
python -m unittest -v test.supervisor.ExportLogs_test

echo "Running config tests:"
python -m unittest -v test.config.AppConfig_test

echo "Running application tests:"
python -m unittest -v test.app.UdpSocket_pub_test
python -m unittest -v test.app.Nema_test