diff --git a/src/Makefile.am b/src/Makefile.am index 70038f30a3c22194b95b7d1e0e32d0b73645b1ea..35aa6186a0501bd55caa6ba131bb071b84fef951 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,16 +2,16 @@ SUBDIRS = noinst_PROGRAMS = \ - bisection-example-new + test-gradient-method -bisection_example_new_SOURCES = \ - bisection-example-new.cc \ +test_gradient_method_SOURCES = \ + test-gradient-method.cc \ mynonlinearity.cc \ properscalarincreasingconvexfunction.hh \ samplefunctional.hh check-am: - ./bisection-example-new + ./test-gradient-method AM_CXXFLAGS = -Wall -Wextra diff --git a/src/bisection-example-new.cc b/src/test-gradient-method.cc similarity index 100% rename from src/bisection-example-new.cc rename to src/test-gradient-method.cc