From b1095dd2f091dd01efb24ebb6f85279fa91725ad Mon Sep 17 00:00:00 2001
From: Ken Martin <ken.martin@kitware.com>
Date: Thu, 5 Jun 2003 14:37:00 -0400
Subject: minor fix

---
 Source/cmCreateTestSourceList.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Source/cmCreateTestSourceList.cxx b/Source/cmCreateTestSourceList.cxx
index cef2d46..169724f 100644
--- a/Source/cmCreateTestSourceList.cxx
+++ b/Source/cmCreateTestSourceList.cxx
@@ -304,7 +304,7 @@ bool cmCreateTestSourceList::InitialPass(std::vector<std::string> const& args)
                 cmSystemTools::GetFilenameExtension(args[1]).c_str()+1, 
                 false);
   m_Makefile->AddSource(cfile);
-  sourceListValue = args[1];
+  sourceListValue = cfile.GetFullPath();
     
   for(i = testsBegin; i != tests.end(); ++i)
     {
-- 
cgit v0.12