You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by id...@apache.org on 2014/10/28 23:40:00 UTC

git commit: Include tests/setns_test_helper.hpp in Makefile.

Repository: mesos
Updated Branches:
  refs/heads/master 743bb5941 -> 1b3bb77b8


Include tests/setns_test_helper.hpp in Makefile.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/1b3bb77b
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/1b3bb77b
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/1b3bb77b

Branch: refs/heads/master
Commit: 1b3bb77b812535a3faeb82efde8d178f008af249
Parents: 743bb59
Author: Ian Downes <id...@twitter.com>
Authored: Tue Oct 28 15:39:26 2014 -0700
Committer: Ian Downes <id...@twitter.com>
Committed: Tue Oct 28 15:39:26 2014 -0700

----------------------------------------------------------------------
 src/Makefile.am | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/1b3bb77b/src/Makefile.am
----------------------------------------------------------------------
diff --git a/src/Makefile.am b/src/Makefile.am
index 8e11726..374f284 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -407,7 +407,7 @@ libmesos_no_3rdparty_la_SOURCES +=					\
 	hdfs/hdfs.hpp							\
 	linux/cgroups.hpp						\
 	linux/fs.hpp							\
-	linux/ns.hpp						\
+	linux/ns.hpp							\
 	linux/perf.hpp							\
 	local/flags.hpp							\
 	local/local.hpp							\
@@ -457,8 +457,9 @@ libmesos_no_3rdparty_la_SOURCES +=					\
 	tests/flags.hpp							\
 	tests/isolator.hpp						\
 	tests/mesos.hpp							\
-	tests/module.hpp							\
+	tests/module.hpp						\
 	tests/script.hpp						\
+	tests/setns_test_helper.hpp					\
 	tests/utils.hpp							\
 	tests/zookeeper.hpp						\
 	tests/zookeeper_test_server.hpp					\