diff --git a/connect.lua b/connect.lua deleted file mode 100644 index 6b55792..0000000 --- a/connect.lua +++ /dev/null @@ -1,10 +0,0 @@ -local connect = {} - -local user = "prof1@panesar" - -function connect.prof_on_start() - prof_cons_show("Enter password for " .. user) - prof_send_line("/connect " .. user) -end - -return connect diff --git a/RubyTest.rb b/tests/RubyTest.rb similarity index 100% rename from RubyTest.rb rename to tests/RubyTest.rb diff --git a/luatest.lua b/tests/luatest.lua similarity index 100% rename from luatest.lua rename to tests/luatest.lua diff --git a/python-test.py b/tests/python-test.py similarity index 100% rename from python-test.py rename to tests/python-test.py diff --git a/threaded-example.py b/tests/python-thread.py similarity index 100% rename from threaded-example.py rename to tests/python-thread.py diff --git a/test-c-plugin/Makefile b/tests/test-c-plugin/Makefile similarity index 100% rename from test-c-plugin/Makefile rename to tests/test-c-plugin/Makefile diff --git a/test-c-plugin/test-c-plugin.c b/tests/test-c-plugin/test-c-plugin.c similarity index 100% rename from test-c-plugin/test-c-plugin.c rename to tests/test-c-plugin/test-c-plugin.c