Add a test case to test that lldb command "command source" works correctly.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@109806 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/command_source/my.py b/test/command_source/my.py
new file mode 100644
index 0000000..86ce502
--- /dev/null
+++ b/test/command_source/my.py
@@ -0,0 +1,4 @@
+def date():
+    import datetime
+    today = datetime.date.today()
+    print today