# Copyright (c) 2009 Maciej Brodowicz
#
# Distributed under the Boost Software License, Version 1.0. (See accompanying 
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

### test build
# libcomm tests
include_directories(${COMM_SOURCE_DIR})
add_executable(append_test append_test)
target_link_libraries(append_test comm)
# meterfs tests
#include_directories(${METERFS_SOURCE_DIR})
#add_executable(parse_test parse_test)
#target_link_libraries(parse_test meterfs ${FLEXLIB})

### test invocation
# libcomm tests
add_test(comm_append append_test)
