shaka-packager/packager/media/test
Joey Parrish 60fb057f1a
test: Avoid crashing a test executable (#1242)
LOG(FATAL) aborts the executable, which means gtest can't write any
reports it might be configured to write when tests are complete. This
will interfere with reporting.

This converts the only use of LOG(FATAL), which was in
ReadTestDataFile(), to LOG(ERROR). This also updates test cases to avoid
crashing when ReadTestDataFile() returns an empty buffer.
2023-07-17 13:16:22 -07:00
..
data Merge branch 'main' into cmake 2022-11-03 07:58:47 -07:00
CMakeLists.txt test: Fix data directory computation (#1239) 2023-07-17 10:06:10 -07:00
test_data_util.cc test: Avoid crashing a test executable (#1242) 2023-07-17 13:16:22 -07:00
test_data_util.h feat: port media/test (#1116) 2022-10-25 09:15:54 -07:00
test_web_server.cc test: Add Mongoose embedded HTTP server (#1231) 2023-07-13 16:36:42 -07:00
test_web_server.h fix: Fix compilation on Arch Linux (#1233) 2023-07-14 12:40:12 -07:00