Apply boost test framework 45/80245/2
authorKyungwook Tak <k.tak@samsung.com>
Fri, 15 Jul 2016 10:42:35 +0000 (19:42 +0900)
committerKyungwook Tak <k.tak@samsung.com>
Fri, 15 Jul 2016 10:54:39 +0000 (19:54 +0900)
commit25dec26957850ba42687ffff35fc226039405654
tree2d6dc55b841c1a74bfcb74c1bcaf7a8b4fe92434
parentf4b4d4ebf5a8d8c40e060238856a6560a2e20e1d
Apply boost test framework

run with sdb root on  : wae_tests --run_test=SYSTEM
run with sdb root off : wae_tests --run_test=USER

Change-Id: I0792e1e649f5e36c6f8715047f5ba5fd9ec48ecf
Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
16 files changed:
CMakeLists.txt
LICENSE.BSL-1.0 [new file with mode: 0644]
packaging/libwebappenc.spec
srcs/CMakeLists.txt
tests/CMakeLists.txt
tests/colour_log_formatter.cpp [new file with mode: 0644]
tests/colour_log_formatter.h [new file with mode: 0644]
tests/internals.cpp [new file with mode: 0644]
tests/main.cpp [new file with mode: 0644]
tests/non-normals.cpp [new file with mode: 0644]
tests/normals.cpp [new file with mode: 0644]
tests/test-common.cpp [new file with mode: 0644]
tests/test-common.h [new file with mode: 0644]
tests/test-helper.cpp [new file with mode: 0644]
tests/test-helper.h [new file with mode: 0644]
tests/wae_tests.c [deleted file]