Commit 93d4fa88 authored by reimar's avatar reimar

100l, don't run tests twice, this was some forgotten debugging code.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16975 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 35311a22
......@@ -406,7 +406,6 @@ int main(void) {
printf("Public API decryption failed\n");
return 1;
}
run_test(0, 0); run_test(0, 1); run_test(1, 0); run_test(1, 1);
if (!run_test(0, 0) || !run_test(0, 1) || !run_test(1, 0) || !run_test(1, 1)) {
printf("Partial Monte-Carlo test failed\n");
return 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment