Common test folder and automated testing of sensor APIs - Feature merge from devel... 65/35565/6
authorVibhor Gaur <vibhor.gaur@samsung.com>
Mon, 16 Feb 2015 12:33:49 +0000 (18:03 +0530)
committerVibhor Gaur <vibhor.gaur@samsung.com>
Wed, 18 Feb 2015 06:38:01 +0000 (22:38 -0800)
commit6a105ee3b2c5599eea4876ac7808fb0f524ebcce
tree893bde989f5d337e93e5f563091e4a78284428db
parent0728c03c5d8ba8a741bd4ff2c7ea22a5ece7bbfb
Common test folder and automated testing of sensor APIs - Feature merge from devel/tizen branch

-This is last of the four patches being submitted to merge the changes from devel/tizen to tizen branch. This contains the changes for making a common test folder for all sensors and an automatic test to test sensor APIs for sensors.
-This patch also tests all the four patches submitted for merging features from devel/tizen to tizen branch.

Change-Id: I2a101d14ea2ebbb92342232f89f4f17a3889c148
16 files changed:
packaging/sensord.spec
src/sensor_fusion/orientation_filter.cpp
test/CMakeLists.txt
test/src/accelerometer.c [deleted file]
test/src/auto_test.c [new file with mode: 0644]
test/src/geomagnetic.c [deleted file]
test/src/gravity.c [deleted file]
test/src/gyro.c [deleted file]
test/src/light.c [deleted file]
test/src/linear_acceleration.c [deleted file]
test/src/orientation.c [deleted file]
test/src/pressure.c [deleted file]
test/src/proxi.c [deleted file]
test/src/rotation_vector.c [deleted file]
test/src/tc-common.c [new file with mode: 0644]
test/src/temperature.c [deleted file]