diff options
author | Sam Spilsbury <smspillaz@gmail.com> | 2013-12-14 11:09:12 -0800 |
---|---|---|
committer | Philip Chimento <philip@endlessm.com> | 2014-01-15 18:24:45 -0200 |
commit | 0fcd808fc138d3f0cb7e0bdb40fbee1ae86aae43 (patch) | |
tree | f2a852e8f3c54c73e29f3567c25d46df78809678 /.gitignore | |
parent | 7844fc96bbf1d446923fc4e6cd1b3981104e6b0a (diff) |
Clean up the structure of the tests directory
Move all the tests for the SDK into tests/endless, move all
the demos into tests/demos, move all the smoke tests into
smoke-tests
[endlessm/eos-sdk#444]
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Build products endless-0.pc -test/run-tests -test/flexy-grid +test/endless/run-tests +test/demos/flexy-grid test/smoke-tests/hello Endless-0.gir Endless-0.typelib |