From 39617fb4717c6562a815603c02bb4f65852f9d00 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Mon, 18 Aug 2014 22:08:09 +1000 Subject: [PATCH] test: move maths namespace checks into own dir --- test/.gitignore | 2 +- test/Makefile.am | 2 +- test/{ => maths}/maths.cpp | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename test/{ => maths}/maths.cpp (100%) diff --git a/test/.gitignore b/test/.gitignore index bbe58be2..7ae1d383 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -8,7 +8,7 @@ /json.test.actual /json/types /*.log -/maths +/maths/maths /matrix /md[245] /options diff --git a/test/Makefile.am b/test/Makefile.am index 488c778f..48d3e950 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -9,7 +9,7 @@ TEST_BIN = \ hton \ ip \ json/types \ - maths \ + maths/maths \ matrix \ md2 \ md4 \ diff --git a/test/maths.cpp b/test/maths/maths.cpp similarity index 100% rename from test/maths.cpp rename to test/maths/maths.cpp