- 18 Dec, 2014 1 commit
-
-
James Zern authored
Change-Id: Ide670b00ae3ecd9e18f394905341bf793349f247
-
- 19 Sep, 2014 1 commit
-
-
Tom Finegan authored
Via new command line argument --list-tests. Change-Id: I0f12d10b49c14f5f68aafd5bc45362b1ea4f361f
-
- 15 Aug, 2014 1 commit
-
-
Tom Finegan authored
- Remove vpxdec and vpxenc from the exclude list. - vpx{dec,enc}.sh: Updates to support finding their executable when LIBVPX_BIN_PATH is setup for the examples. - tools_common.sh: New library function, vpx_tool_path(). Provides support for finding the exectuables in vpx{dec,enc}.sh. Change-Id: I730f11cceb44646491a7a7ff58603a4a760129ef
-
- 07 Aug, 2014 1 commit
-
-
Tom Finegan authored
Move vpxenc() from tools_common.sh to vpxenc.sh. Change-Id: If3bc1e8616f7e0334d39b560946e467482fe5cf4
-
- 31 Jul, 2014 1 commit
-
-
Tom Finegan authored
Change-Id: I7bb9b10fa8a949e9eaa1299b521f2b9785f36d50
-
- 10 Jul, 2014 1 commit
-
-
Tom Finegan authored
Specifying the --prefix command line arg executes all test programs within the context of the prefix string, which is assigned to VPX_TEST_PREFIX. All test functions updated to include VPX_TEST_PREFIX in their eval command. Change-Id: I2e215cc8f216048edf3269db02a6b5660fe32318
-
- 16 Jun, 2014 1 commit
-
-
Tom Finegan authored
Add elog() to tools_common, and checks for the executable in each test. Change-Id: I3c6334eca62c0b56040d91145abbe1bf5f9c763c
-
- 13 Jun, 2014 1 commit
-
-
Tom Finegan authored
Several variables were not being logged. Change-Id: I2f2ded19470a73c4551bbb1abbd6e4d27bd59fac
-
- 22 May, 2014 1 commit
-
-
James Zern authored
quoting within $() doesn't need to be escaped; removes trailing " in test_name Change-Id: I97ffad9fdfd97b3cdf4dec2a8547804875d85e66
-
- 17 May, 2014 1 commit
-
-
Tom Finegan authored
Use VPX_TEST_NAME instead of the script name sans path and extension when reporting test results when the variable is not empty. Also: Clean up some style nits while I'm at it. Change-Id: I0319745a3b7a90d0f307e55c5108fea2204187cd
-
- 08 May, 2014 1 commit
-
-
Tom Finegan authored
Abusing '[] && echo' resulted in the --verbose flag being required to actually run tests. Change-Id: I39edaa30a05272928f9f4a4bb8581f91d6fe824b
-
- 30 Apr, 2014 2 commits
-
-
Tom Finegan authored
When used --show-program-output shows the output from the programs run during testing. Change-Id: I15a47c43d1fcf0243c8df1a75d0d2a584ae1f08f
-
Tom Finegan authored
Add a verbose logging function instead of checking $VPX_TEST_VERBOSE_OUTPUT in multiple places. Change-Id: I82618809f0964f696ed17ca4d99d8d7d252232f4
-
- 29 Apr, 2014 1 commit
-
-
Tom Finegan authored
Change-Id: Iac931dee8fa428a2182d20e48ee515d7c77885c0
-
- 24 Apr, 2014 1 commit
-
-
Tom Finegan authored
The global variables used in vpxdec.sh and vpxenc.sh have become useful elsewhere: Define them in tools_common.sh instead. Change-Id: I5b8dbd2e88c8d6b2f46c5c55d7711fa154c12b6a
-
- 23 Apr, 2014 2 commits
-
-
Tom Finegan authored
Echo "Run test_name" before running each test in verbose mode. Change-Id: Idb2a736b3af13b9bbf2fbc137f2fa7da3662a2c6
-
Tom Finegan authored
Change-Id: Ic3c792bcb76917c4d4b829d0377a9c36e06dd77d
-
- 03 Apr, 2014 1 commit
-
-
Tom Finegan authored
Tests the basics (first confirms feature is available in vpx_config.h): - VP8 decode (in IVF file). - VP9 decode (in WebM file). - VP8 encode (to IVF and WebM). - VP9 encode (to IVF and WebM). - VP9 lossless encode (to IVF, currently disabled due to failure). - Pipe input (to vpxdec and vpxenc). Test data path and path to vpx{dec,enc} have been parameterized. In addition: - Supports disabling tests (test names prefixed with DISABLED_ are not run by default). - Supports filtering tests. vpxdec.sh: Tests vpxdec. vpxenc.sh: Tests vpxenc. tools_common.sh: Common test functions. Change-Id: I0612c88b8dd6049a05bbbc79a317a0cca61733a5
-