deck: Initialize deck before library during testing

To properly set up callbacks.

Signed-off-by: Anna Schumaker <schumaker.anna@gmail.com>
This commit is contained in:
Anna Schumaker 2014-01-22 19:35:47 -05:00 committed by Anna Schumaker
parent 1cf268c6bf
commit 078cb546f5
1 changed files with 1 additions and 1 deletions

View File

@ -119,8 +119,8 @@ void test_5()
int main(int argc, char **argv)
{
deck :: init();
library :: init();
deck :: init();
library :: reset();
library :: add_path("/tmp/library/0");
while (idle :: run_task());