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