X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=executor%2Ftools%2FxeCommandLineExecutor.cpp;h=d14a1aae21b1d40e349d711435ba92b443a1daf6;hb=674ddbb09a7bb6b16f839e129d5f0f2ac6dc9e74;hp=2a9af617fc7723728655e0a60aa079e55d95c650;hpb=0c725c5a41bc55341289e5ed9de3743f9189b558;p=platform%2Fupstream%2FVK-GL-CTS.git diff --git a/executor/tools/xeCommandLineExecutor.cpp b/executor/tools/xeCommandLineExecutor.cpp index 2a9af61..d14a1aa 100644 --- a/executor/tools/xeCommandLineExecutor.cpp +++ b/executor/tools/xeCommandLineExecutor.cpp @@ -31,6 +31,7 @@ #include "deCommandLine.hpp" #include "deDirectoryIterator.hpp" #include "deStringUtil.hpp" +#include "deUniquePtr.hpp" #include "deString.h" @@ -604,7 +605,7 @@ void runExecutor (const CommandLine& cmdLine) readLogFile(&batchResult, cmdLine.inFile.c_str()); // Initialize commLink. - std::auto_ptr commLink(createCommLink(cmdLine)); + de::UniquePtr commLink(createCommLink(cmdLine)); xe::BatchExecutor executor(cmdLine.targetCfg, commLink.get(), &root, testSet, &batchResult, &infoLog);