From 18b03c29670ecc59c0dd900511e070ea17d6b50f Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Mon, 3 Oct 2011 03:56:43 +0000 Subject: [PATCH] Hadn't checked in Makefile.am with testPermutation added --- gtsam/inference/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/gtsam/inference/Makefile.am b/gtsam/inference/Makefile.am index 6bd273b06..d1d8858f6 100644 --- a/gtsam/inference/Makefile.am +++ b/gtsam/inference/Makefile.am @@ -42,6 +42,7 @@ check_PROGRAMS += tests/testISAM check_PROGRAMS += tests/testEliminationTree check_PROGRAMS += tests/testClusterTree check_PROGRAMS += tests/testJunctionTree +check_PROGRAMS += tests/testPermutation #---------------------------------------------------------------------------------------------------- # Create a libtool library that is not installed