owlps/owlps-positioning/tests
Matteo Cypriani 12d14b805f [Positioning] Measurement: test avg. computation
This commit pass finally all unit tests without any warning!

Measurement:
- Finish unit test (test the average SS).
- Fix update_average_ss() and add_ss().
- average_ss is now double.
2011-03-16 14:36:19 +01:00
..
README [Positioning] Add README (CxxTest install how-to) 2011-03-16 14:36:18 +01:00
accesspoint_test.hh [Positioning] Add unit tests 2011-03-16 14:36:19 +01:00
area_test.hh [Positioning] Finish unit tests for Area & Point3D 2011-03-16 14:36:19 +01:00
building_test.hh [Positioning] Add unit tests 2011-03-16 14:36:19 +01:00
calibrationmeasurement_test.hh [Positioning] Add unit tests 2011-03-16 14:36:19 +01:00
inputcsv_test.hh [Positioning] Add class Timestamp 2011-03-16 14:36:19 +01:00
measurement_test.hh [Positioning] Measurement: test avg. computation 2011-03-16 14:36:19 +01:00
mobile_test.hh [Positioning] Add unit tests 2011-03-16 14:36:19 +01:00
point3d_test.hh [Positioning] Finish unit tests for Area & Point3D 2011-03-16 14:36:19 +01:00
posutil_test.hh [Positioning] Add class Timestamp 2011-03-16 14:36:19 +01:00
referencepoint_test.hh [Positioning] Add unit tests 2011-03-16 14:36:19 +01:00
request_test.hh [Positioning] Add class Timestamp 2011-03-16 14:36:19 +01:00
stock_test.hh [Positioning] Add test for InputCSV 2011-03-16 14:36:19 +01:00
timestamp_test.hh [Positioning] Add class Timestamp 2011-03-16 14:36:19 +01:00
valuetraits.hh [Positioning] Finish unit tests for Area & Point3D 2011-03-16 14:36:19 +01:00
waypoint_test.hh [Positioning] Add unit tests 2011-03-16 14:36:19 +01:00
wifidevice_test.hh [Positioning] Add unit tests 2011-03-16 14:36:19 +01:00

README

Please download CxxTest 3.10.1 from http://cxxtest.tigris.org/
Here is the direct link:
http://cxxtest.tigris.org/files/documents/6421/43281/cxxtest-3.10.1.tar.gz

Untar the archive and place here the cxxtestgen.pl script and the
cxxtest subdirectory. The other files are useless.

Command summary (from this directory) :
 mkdir tmp
 cd tmp
 wget http://cxxtest.tigris.org/files/documents/6421/43281/cxxtest-3.10.1.tar.gz
 tar xzf cxxtest-3.10.1.tar.gz
 mv cxxtest/cxxtest cxxtest/cxxtestgen.py ..
 cd ..
 rm -r tmp