| Date: | Sun, 01 May 2016 17:17:57 -0400 | 
|---|---|
| From: | Peter Foley <pefoley2@xxxxxxxxxxx> | 
| Subject: | [DynInst_API:] [PATCH 2/2] testsuite: Put test_names.txt in builddir | 
Signed-off-by: Peter Foley <pefoley2@xxxxxxxxxxx>
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3457f36..a13bb24 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -246,7 +246,7 @@ install (TARGETS
 include (${DYNINST_PLATFORM}/cmake-mutators.txt)
 
 FOREACH (m ${MUTATOR_NAME_LIST})
-	file(APPEND test_names.txt "${m}\n")
+    file(APPEND ${CMAKE_BINARY_DIR}/test_names.txt "${m}\n")
 ENDFOREACH()
 
 if (UNIX)
-- 
2.8.2
 | 
| [← Prev in Thread] | Current Thread | [Next in Thread→] | 
|---|---|---|
  | ||
| Previous by Date: | [DynInst_API:] [PATCH 1/2] testsuite: fix warnings, Peter Foley | 
|---|---|
| Next by Date: | [DynInst_API:] [PATCH] Avoid producing excess output while running aarch64 tests, Peter Foley | 
| Previous by Thread: | [DynInst_API:] [PATCH 1/2] testsuite: fix warnings, Peter Foley | 
| Next by Thread: | [DynInst_API:] [PATCH] Avoid producing excess output while running aarch64 tests, Peter Foley | 
| Indexes: | [Date] [Thread] |