~n3npq/lsb/t2c-harness

« back to all changes in this revision

Viewing changes to t2c/include/t2c_api.h

  • Committer: Linux Foundation Patch Queue Manager
  • Date: 2009-07-06 10:50:12 UTC
  • mfrom: (8.1.1 t2c-harness)
  • Revision ID: pqm@linux-foundation.org-20090706105012-4kia6js49gd6xx10
Updated T2C to v.1.3.2 - minor changes to improve compatibility with T2C v.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// This header file is provided only to make the transition of the tests 
 
2
// to newer versions of T2C easier. 
 
3
//
 
4
// The tests should include neither t2c.h nor t2c_api.h or t2c_tet_support.h
 
5
// explicitly but it is sometimes necessary to use TRACE/TRACE0 in some 
 
6
// auxiliary source files. These files should include t2c_api.h to be 
 
7
// compatible with T2C v2 or later.
 
8
 
 
9
#ifndef _T2C_API_H_INCLUDED_
 
10
#define _T2C_API_H_INCLUDED_
 
11
 
 
12
#include "t2c.h"
 
13
#include "t2c_tet_support.h"
 
14
    
 
15
#endif //_T2C_API_H_INCLUDED_