From eef2153998c6a48e11a50b7de5ed76c27b02167d Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Tue, 6 Sep 2011 17:25:47 +0200 Subject: [PATCH] Add bisection-example to check target --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index dac51ab9..68bcce7a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -16,6 +16,7 @@ check-am: ./bisection-simpler-example ./bisection-simpler-example2 ./bisection-simpler-example2-gradient + ./bisection-example AM_CXXFLAGS = -Wall -Wextra -- GitLab