Changeset 584:8df35f33dbdd

Show
Ignore:
Timestamp:
06/05/08 17:14:17 (7 months ago)
Author:
Maxime Petazzoni <maxime.petazzoni@…>
Branch:
default
Message:

Use a more comprehensive test of RCMD.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • nxos/systems/tag-route/main.c

    r551 r584  
    1 /** Tag-route follower. 
     1/* Copyright (c) 2007-2008 the NxOS developers 
    22 * 
    3  * Replays a recorded tag route. 
     3 * See AUTHORS for a full list of the developers. 
     4 * 
     5 * Redistribution of this file is permitted under 
     6 * the terms of the GNU Public License (GPL) version 2. 
    47 */ 
     8 
     9/** Tag-route follower. Replays a recorded tag route. */ 
    510 
    611#include "base/types.h" 
     
    1722#define ROUTE_FILE "tag.data" 
    1823 
    19 #define TEST_DATA "print hello world\nmove A,B -90 500\nwait 2000\nplay 1500 1000 sync\nprint done" 
     24#define TEST_DATA "print hello world\nmove A,B 100 1500\nwait 2000\nplay 1500 1000 sync\nprint done" 
    2025#define DATA_SIZE strlen(TEST_DATA) 
    2126