diff --git a/Makefile.am b/Makefile.am index e83464a8..d90551f1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -421,7 +421,7 @@ TEST_BIN = \ test/point \ test/polynomial \ test/pool \ - test/rand \ + test/random \ test/range \ test/rational \ test/region \ diff --git a/test/rand.cpp b/test/random.cpp similarity index 100% rename from test/rand.cpp rename to test/random.cpp