Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Ported tests from "./tests/automated/render"
Browse files Browse the repository at this point in the history
  • Loading branch information
mkauppila committed Aug 13, 2011
1 parent e5b3284 commit e398fdb
Show file tree
Hide file tree
Showing 2 changed files with 785 additions and 6 deletions.
3 changes: 1 addition & 2 deletions test/test-automation/tests/testdummy/testdummy.c
Expand Up @@ -141,7 +141,6 @@ dummycase2(void *arg)
void
dummycase3(void *arg)
{
while(0);
//AssertTrue(1, "Assert message");
AssertTrue(RandomUint8() != 100, "Value is 100");
}

0 comments on commit e398fdb

Please sign in to comment.