test: move tests to flat directory structure

removes complications when srcpath/dstpath or child/parent directories
have naming collisions (in particular the json directories).
This commit is contained in:
Danny Robson 2015-01-30 16:45:57 +11:00
parent 6bf011efa4
commit cae7a80ec1
4 changed files with 3 additions and 3 deletions

View File

@ -10,9 +10,9 @@ TEST_BIN = \
float \ float \
hton \ hton \
ip \ ip \
json/types \ json_types \
maths/maths \ maths \
maths/matrix \ maths_matrix \
matrix \ matrix \
md2 \ md2 \
md4 \ md4 \