Added some functionalities for the test framework
authorBenjamin Segovia <segovia.benjamin@gmail.com>
Thu, 3 May 2012 14:50:39 +0000 (14:50 +0000)
committerKeith Packard <keithp@keithp.com>
Fri, 10 Aug 2012 23:16:54 +0000 (16:16 -0700)
commit65f97fed502dbaf3d1f794a5c3404498f867b0d7
tree4f89e5f969ee2bb6f20dd045a6577902a930c49c
parent77f52d2659f6370259cd43ec1554943139924807
Added some functionalities for the test framework
33 files changed:
CMakeLists.txt
tests/CMakeLists.txt [new file with mode: 0644]
tests/assert.cpp [new file with mode: 0644]
tests/assert.hpp [new file with mode: 0644]
tests/exception.hpp [new file with mode: 0644]
tests/to_update/aes.c [moved from tests/aes.c with 100% similarity]
tests/to_update/binomialOption.c [moved from tests/binomialOption.c with 100% similarity]
tests/to_update/bitonicSort.c [moved from tests/bitonicSort.c with 100% similarity]
tests/to_update/blackscholes.c [moved from tests/blackscholes.c with 100% similarity]
tests/to_update/dct.c [moved from tests/dct.c with 100% similarity]
tests/to_update/fastWalsh.c [moved from tests/fastWalsh.c with 100% similarity]
tests/to_update/fft.c [moved from tests/fft.c with 100% similarity]
tests/to_update/mandelbrot.c [moved from tests/mandelbrot.c with 100% similarity]
tests/to_update/matmul.c [moved from tests/matmul.c with 100% similarity]
tests/to_update/mersenneTwister.c [moved from tests/mersenneTwister.c with 100% similarity]
tests/to_update/monteCarloAsian.c [moved from tests/monteCarloAsian.c with 100% similarity]
tests/to_update/nbody.c [moved from tests/nbody.c with 100% similarity]
tests/to_update/svm_test.c [moved from tests/svm_test.c with 100% similarity]
tests/to_update/test_2d_copy.c [moved from tests/test_2d_copy.c with 100% similarity]
tests/to_update/test_barrier.c [moved from tests/test_barrier.c with 100% similarity]
tests/to_update/test_constant_memory.c [moved from tests/test_constant_memory.c with 100% similarity]
tests/to_update/test_copy_image.c [moved from tests/test_copy_image.c with 100% similarity]
tests/to_update/test_enqueue_read.c [moved from tests/test_enqueue_read.c with 100% similarity]
tests/to_update/test_imm_parameters.c [moved from tests/test_imm_parameters.c with 100% similarity]
tests/to_update/test_local_memory.c [moved from tests/test_local_memory.c with 100% similarity]
tests/to_update/test_memory_leak.c [moved from tests/test_memory_leak.c with 100% similarity]
tests/to_update/test_private_memory.c [moved from tests/test_private_memory.c with 100% similarity]
tests/to_update/test_static_local_memory.c [moved from tests/test_static_local_memory.c with 100% similarity]
tests/to_update/transpose.c [moved from tests/transpose.c with 100% similarity]
tests/to_update/urng.c [moved from tests/urng.c with 100% similarity]
tests/to_update/vadd.c [moved from tests/vadd.c with 100% similarity]
tests/utest.cpp [new file with mode: 0644]
tests/utest.hpp [new file with mode: 0644]