[neurun] Fix test directory structure (#2240)
author이한종/동작제어Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Thu, 9 Aug 2018 07:54:14 +0000 (16:54 +0900)
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Thu, 9 Aug 2018 07:54:14 +0000 (16:54 +0900)
Move graph test sources to `test/graph` so it will look identical to
`src` directory.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
runtimes/neurun/test/graph/Graph.cc [moved from runtimes/neurun/test/Graph.cc with 100% similarity]
runtimes/neurun/test/graph/Index.cc [moved from runtimes/neurun/test/Index.cc with 100% similarity]
runtimes/neurun/test/graph/operand/IndexSet.cc [moved from runtimes/neurun/test/operand/IndexSet.cc with 100% similarity]
runtimes/neurun/test/graph/operand/Set.cc [moved from runtimes/neurun/test/operand/Set.cc with 100% similarity]
runtimes/neurun/test/graph/operation/Set.cc [moved from runtimes/neurun/test/operation/Set.cc with 100% similarity]