Main Page Alphabetical List Compound List File List Compound Members File Members
logicalfile_remove_tests.c File ReferenceTest the GATLogicalFile_Remove functionality.
More...
#include <stdio.h>
#include <stdlib.h>
#include "GAT.h"
#include "GATTestUtils.h"
Include dependency graph for logicalfile_remove_tests.c:
Go to the source code of this file.
|
Functions |
| int | main (int argc, const char *const argv[]) |
Variables |
| const char * | rcsid = "$Header: /export/cvs-gridlab/wp-1/Codes/GATEngine/C-reference/test/simple/logicalfile_remove_tests.c,v 1.5 2004/04/20 17:04:59 hartmutkaiser Exp $" |
Detailed Description
Test the GATLogicalFile_Remove functionality.
- Date:
-
Fri Feb 13 2004
- Version:
-
- Header:
-
/export/cvs-gridlab/wp-1/Codes/GATEngine/C-reference/test/simple/logicalfile_remove_tests.c,v 1.5 2004/04/20 17:04:59 hartmutkaiser Exp
Copyright (C) Hartmut Kaiser This file is part of the GAT Engine. Contributed by Hartmut Kaiser <hartmutkaiser [at] t-online [dot] de>.
Use, modification and distribution is subject to the Gridlab Software License. (See accompanying file GLlicense.txt or copy at http://www.gridlab.org/GLlicense.txt)
Definition in file logicalfile_remove_tests.c.
Function Documentation
| int main |
( |
int |
argc, |
|
|
const char *const |
argv[] |
|
) |
|
|
|
|
Definition at line 40 of file logicalfile_remove_tests.c.
References GAT_SUCCESS, GAT_TEST, GAT_TEST_FINISH, GAT_TEST_INIT, GAT_TEST_START, GAT_TEST_STOP, GAT_TEST_SUITE, GAT_TEST_TRACE, GATContext_Create(), GATContext_Destroy(), GATContext_GetType(), GATLocation_Create(), GATLocation_Destroy(), GATLogicalFile_Create(), GATLogicalFile_Destroy(), GATLogicalFile_Remove(), GATLogicalFileMode_Open, GATResult, GATTest_GetTempFileName(), and GATType_GATContext. |
Variable Documentation
const char* rcsid = "$Header: /export/cvs-gridlab/wp-1/Codes/GATEngine/C-reference/test/simple/logicalfile_remove_tests.c,v 1.5 2004/04/20 17:04:59 hartmutkaiser Exp $" [static]
|
|
|