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.test.actual
/json/types /json/types
/*.log /*.log
/maths /maths/maths
/matrix /matrix
/md[245] /md[245]
/options /options

View File

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