File size: 218 Bytes
287c28c
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
set -e
TF_CPP_MIN_LOG_LEVEL=3

# runtime bash based tests
# TODO: move these to python
./tests/bash_tests/test_demo_server.sh && \
./tests/bash_tests/test_resample.sh && \
./tests/bash_tests/test_compute_statistics.sh