[Test/Scaffolding] Prepare test for the new layer
authorJihoon Lee <jhoon.it.lee@samsung.com>
Wed, 16 Jun 2021 03:20:12 +0000 (12:20 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Wed, 23 Jun 2021 07:42:19 +0000 (16:42 +0900)
commit44c61221e5143443c3025d0ff32227e0daf2a67c
tree1862907c0db27c256b094955c4d1b6aef57837c5
parent8074aa4a05673b4a158805a5ea660176e14e7994
[Test/Scaffolding] Prepare test for the new layer

For now, layer test is too cluttered so that it is not agile enought to
make any change.

This PR mainly separates the tests into two parts to make the test
scallable itself.

1. Layer only test leaving inside `unittest_layers_{layer_name}`
2. Common tests like setProperty, golden_test in `layers_common_tests.h`

**Self evaluation:**
1. Build test: [X]Passed [ ]Failed [ ]Skipped
2. Run test: [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: Jihoon Lee <jhoon.it.lee@samsung.com>
test/unittest/layers/layers_common_tests.cpp [new file with mode: 0644]
test/unittest/layers/layers_common_tests.h [new file with mode: 0644]
test/unittest/layers/meson.build [new file with mode: 0644]
test/unittest/layers/unittest_layers_fully_connected.cpp [new file with mode: 0644]
test/unittest/meson.build