Changeset 249 for tests

Show
Ignore:
Timestamp:
01/26/09 20:28:49 (15 years ago)
Author:
smidl
Message:

libconfig refactorization

Location:
tests
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • tests/CMakeLists.txt

    r247 r249  
    5151  target_link_libraries (testUI ${XERCES_LIBRARIES}) 
    5252ENDIF(${XERCES_FOUND}) 
     53 
     54add_subdirectory(UI) 
  • tests/UI/UIbuilder_test.cpp

    r248 r249  
    1 #include <libconfig.h++> 
    2 #include <fstream> 
    3 #include <iostream> 
    4 #include <sstream> 
    5  
    6 #include "uibuilder.h" 
     1#include <uibuilder.h> 
    72 
    83using namespace libconfig;