~charon-developers/charon-core/trunk

« back to all changes in this revision

Viewing changes to test/parameterfiletest.cpp

  • Committer: jmgottfried
  • Date: 2010-03-16 15:18:38 UTC
  • Revision ID: svn-v4:7d56a235-2f8b-4627-957e-5f30cc86da59:charon-core/trunk:680
moved header files to seperate include directory

this makes e.g. Compile and Load test work even if charon-core is not yet installed
and gives a chance to get charon-meta working

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 */
23
23
 
24
24
#include <cstdlib>
25
 
#include "ParameterFile.hxx"
 
25
#include <charon-core/ParameterFile.hxx>
26
26
 
27
27
/// Test application for class ParameterFile.
28
28
int main(){