test: move maths namespace checks into own dir

This commit is contained in:
Danny Robson 2014-08-18 22:08:09 +10:00
parent 523d5efd05
commit 39617fb471
3 changed files with 2 additions and 2 deletions

2
test/.gitignore vendored
View File

@ -8,7 +8,7 @@
/json.test.actual
/json/types
/*.log
/maths
/maths/maths
/matrix
/md[245]
/options

View File

@ -9,7 +9,7 @@ TEST_BIN = \
hton \
ip \
json/types \
maths \
maths/maths \
matrix \
md2 \
md4 \