Author: Med Ismail Bennani
Date: 2020-02-21T22:44:36+01:00
New Revision: 1f04d1b7069bf6c513526f36b8c7327c8dec6604

URL: 
https://github.com/llvm/llvm-project/commit/1f04d1b7069bf6c513526f36b8c7327c8dec6604
DIFF: 
https://github.com/llvm/llvm-project/commit/1f04d1b7069bf6c513526f36b8c7327c8dec6604.diff

LOG: [lldb/test] Move `platform process list` tests to its own directory (NFC)

Since the `platform process` commamnd has more tests now, this commits
separates each of the `platform process` subcommand's test in its own directory.

Differential Revision: https://reviews.llvm.org/D74836

Signed-off-by: Med Ismail Bennani <medismail.benn...@gmail.com>

Added: 
    lldb/test/API/commands/platform/process/list/Makefile
    lldb/test/API/commands/platform/process/list/TestProcessList.py
    lldb/test/API/commands/platform/process/list/main.cpp

Modified: 
    

Removed: 
    lldb/test/API/commands/platform/process/Makefile
    lldb/test/API/commands/platform/process/TestProcessList.py
    lldb/test/API/commands/platform/process/main.cpp


################################################################################
diff  --git a/lldb/test/API/commands/platform/process/Makefile 
b/lldb/test/API/commands/platform/process/list/Makefile
similarity index 100%
rename from lldb/test/API/commands/platform/process/Makefile
rename to lldb/test/API/commands/platform/process/list/Makefile

diff  --git a/lldb/test/API/commands/platform/process/TestProcessList.py 
b/lldb/test/API/commands/platform/process/list/TestProcessList.py
similarity index 100%
rename from lldb/test/API/commands/platform/process/TestProcessList.py
rename to lldb/test/API/commands/platform/process/list/TestProcessList.py

diff  --git a/lldb/test/API/commands/platform/process/main.cpp 
b/lldb/test/API/commands/platform/process/list/main.cpp
similarity index 100%
rename from lldb/test/API/commands/platform/process/main.cpp
rename to lldb/test/API/commands/platform/process/list/main.cpp


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to