uvg266/tests
Jan Beich adf0bfea07 tests: drop mktemp(1) flags for better compatibility
$ mktemp --tmpdir tmp.XXXXXXXXXX.yuv
mktemp: illegal option -- -
usage: mktemp [-d] [-q] [-t prefix] [-u] template ...
       mktemp [-d] [-q] [-u] -t prefix
$ gmktemp --tmpdir tmp.XXXXXXXXXX.yuv
/tmp/tmp.ddQTBn4XmE.yuv

$ mktemp -t tmp.XXXXXXXXXX.yuv
/tmp/tmp.XXXXXXXXXX.yuv.SYYNp8Ki
$ gmktemp -t tmp.XXXXXXXXXX.yuv
/tmp/tmp.2ena2nKgv5.yuv

$ mktemp -t yuv
/tmp/yuv.rX2UAbax
$ gmktemp -t yuv
gmktemp: too few X's in template ‘yuv’
2017-06-28 05:22:46 +00:00
..
dct_tests.c Fix test compilation warnings. 2015-07-02 16:58:30 +03:00
intra_sad_tests.c Fix intra_sad and satd_tests 2015-09-18 15:26:37 +03:00
Makefile.am tests: convert scripts to POSIX shell 2017-06-28 05:22:46 +00:00
mv_cand_tests.c Refactor inter MV/merge candidate selection 2017-02-22 15:56:36 +09:00
sad_tests.c Add more tests for inter SAD 2016-08-30 15:22:05 +03:00
sad_tests.h Change license to LGPL. 2015-02-25 15:19:05 +02:00
satd_tests.c Fix intra_sad and satd_tests 2015-09-18 15:26:37 +03:00
satd_tests.h Change license to LGPL. 2015-02-25 15:19:05 +02:00
speed_tests.c Add clipped test cases to inter speed tests 2016-09-01 23:08:16 +03:00
test_external_symbols.sh tests: convert scripts to POSIX shell 2017-06-28 05:22:46 +00:00
test_gop.sh tests: convert scripts to POSIX shell 2017-06-28 05:22:46 +00:00
test_interlace.sh tests: convert scripts to POSIX shell 2017-06-28 05:22:46 +00:00
test_intra.sh tests: convert scripts to POSIX shell 2017-06-28 05:22:46 +00:00
test_invalid_input.sh tests: convert scripts to POSIX shell 2017-06-28 05:22:46 +00:00
test_mv_constraint.sh tests: convert scripts to POSIX shell 2017-06-28 05:22:46 +00:00
test_owf_wpp_tiles.sh tests: convert scripts to POSIX shell 2017-06-28 05:22:46 +00:00
test_rate_control.sh tests: convert scripts to POSIX shell 2017-06-28 05:22:46 +00:00
test_slices.sh tests: convert scripts to POSIX shell 2017-06-28 05:22:46 +00:00
test_smp.sh tests: convert scripts to POSIX shell 2017-06-28 05:22:46 +00:00
test_strategies.c Fix small typos 2015-10-05 19:41:23 +03:00
test_strategies.h Rename struct strategy_list to strategy_list_t. 2015-03-04 16:23:04 +02:00
test_tools.sh tests: convert scripts to POSIX shell 2017-06-28 05:22:46 +00:00
test_weird_shapes.sh tests: convert scripts to POSIX shell 2017-06-28 05:22:46 +00:00
tests_main.c Add a test for kvz_inter_get_spatial_merge_candidates. 2015-12-15 11:21:39 +02:00
util.sh tests: drop mktemp(1) flags for better compatibility 2017-06-28 05:22:46 +00:00