commit | c8928047f1ea048bf21bf29479dbf7bbebc8173a | [log] [tgz] |
---|---|---|
author | Éric Lemoine <elemoine@mirantis.com> | Tue Nov 08 12:53:02 2016 +0000 |
committer | Éric Lemoine <elemoine@mirantis.com> | Tue Nov 08 13:01:51 2016 +0000 |
tree | 7b22bcee18adc39bfe7b5f6cd818a711830366bc | |
parent | 8821db864f083deb03036040ab77707e7aafd616 [diff] [blame] |
Add a run_lua_tests.sh script This script will be used to run the Lua tests (yet to be added). To run the script: cd tests ./run_lua_tests.sh
diff --git a/.gitignore b/.gitignore index 7c7deb8..b80d7e8 100644 --- a/.gitignore +++ b/.gitignore
@@ -2,4 +2,8 @@ *.swp *.pyc .ropeproject - +tests/lua/mocks/inspect.lua +tests/lua/mocks/anomaly.lua +tests/lua/mocks/annotation.lua +tests/lua/mocks/date_time.lua +tests/circular_buffer.so