<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffcc" text="#000066">
<tt>Signed-off-by: Marcos Matsunaga <a class="moz-txt-link-rfc2396E" href="mailto:Marcos.Matsunaga@oracle.com">&lt;Marcos.Matsunaga@oracle.com&gt;</a></tt><br>
<pre class="moz-signature" cols="72">Regards,

Marcos Eduardo Matsunaga

Oracle USA
Linux Engineering

“The statements and opinions expressed here are my own and do not
necessarily represent those of Oracle Corporation.”
</pre>
<br>
<br>
Tristan Ye wrote:
<blockquote
 cite="mid:1223277505-16419-1-git-send-email-tristan.ye@oracle.com"
 type="cite">
  <pre wrap="">1.Add BIN_EXTRA to Makefile for tests:flock_tests,multi_node_mmap and write_append_truncate.

2.Add xattr_tests into Makefile.

Signed-off-by: Tristan Ye <a class="moz-txt-link-rfc2396E" href="mailto:tristan.ye@oracle.com">&lt;tristan.ye@oracle.com&gt;</a>
---
 programs/Makefile                       |    3 ++-
 programs/flock_tests/Makefile           |    2 ++
 programs/multi_node_mmap/Makefile       |    2 ++
 programs/write_append_truncate/Makefile |    2 ++
 4 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/programs/Makefile b/programs/Makefile
index 8254e89..ec399e9 100644
--- a/programs/Makefile
+++ b/programs/Makefile
@@ -53,6 +53,7 @@ SUBDIRS =                        \
         tunefs-test                \
         untar_files                \
         write_append_truncate        \
-        write_torture
+        write_torture                \
+        xattr_tests
 
 include $(TOPDIR)/Postamble.make
diff --git a/programs/flock_tests/Makefile b/programs/flock_tests/Makefile
index dfea639..8b6bc5c 100644
--- a/programs/flock_tests/Makefile
+++ b/programs/flock_tests/Makefile
@@ -15,6 +15,8 @@ DIST_FILES = $(SOURCES)
 
 BIN_PROGRAMS = flock_unit_test
 
+BIN_EXTRA = run_flock_unit_test.py
+
 flock_unit_test: $(OBJECTS)
         $(LINK)
 
diff --git a/programs/multi_node_mmap/Makefile b/programs/multi_node_mmap/Makefile
index b39cb31..cce8366 100644
--- a/programs/multi_node_mmap/Makefile
+++ b/programs/multi_node_mmap/Makefile
@@ -15,6 +15,8 @@ DIST_FILES = $(SOURCES)
 
 BIN_PROGRAMS = multi_mmap
 
+BIN_EXTRA = run_multi_mmap.py
+
 multi_mmap: $(OBJECTS)
         $(LINK) 
 
diff --git a/programs/write_append_truncate/Makefile b/programs/write_append_truncate/Makefile
index c558c33..ff4f51a 100644
--- a/programs/write_append_truncate/Makefile
+++ b/programs/write_append_truncate/Makefile
@@ -15,6 +15,8 @@ DIST_FILES = $(SOURCES)
 
 BIN_PROGRAMS = write_append_truncate
 
+BIN_EXTRA = run_write_append_truncate.py
+
 write_append_truncate: $(OBJECTS)
         $(LINK)
 
  </pre>
</blockquote>
</body>
</html>