view c/test_feature.cpp @ 175:a234a5e818f3

using single view for frame_numbers and getting max trajectory length
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Wed, 26 Oct 2011 19:09:50 -0400
parents 61fd5aff418c
children aeab0b88c9b6
line wrap: on
line source

#define BOOST_TEST_MODULE traffic intelligence

#include <boost/test/unit_test.hpp>
#include <boost/test/floating_point_comparison.hpp>

using namespace std;

BOOST_AUTO_TEST_SUITE(test_process)

BOOST_AUTO_TEST_CASE(feature_stationary) {
  int i=5;
  BOOST_CHECK_EQUAL(i, 5);
}

BOOST_AUTO_TEST_SUITE_END()