sbsv2/raptor/util/talon/testprocess.c
branchfix
changeset 252 6846d05399b6
parent 3 e1eecf4d390d
child 256 ac7e607c7d30
equal deleted inserted replaced
251:64208ed747d4 252:6846d05399b6
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description: 
    14 * Description: 
    15 *
    15 * This programs tests the process execution functions in talon.
       
    16 * it executes it's first argument with the following arguments 
       
    17 * as parameters to it.  Output is buffered and finally printed.
       
    18 * Should be run from within valgrind if possible to detect memory
       
    19 * corruption errors.
    16 */
    20 */
    17 
    21 
    18 
    22 
    19 
    23 
    20 
    24