]> git.0d.be Git - empathy.git/commit
move test app needing user interaction to interactive/
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 27 Oct 2009 15:22:55 +0000 (15:22 +0000)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 29 Oct 2009 09:38:31 +0000 (10:38 +0100)
commit4c2eb652ef61dd0f5ccac27e47f261417793aa73
tree1883254e26335fdd02a70f3e18c120db4ea7fc5b
parentfb12577193262ad17ef2fc49d2324a7b23458610
move test app needing user interaction to interactive/

tests/ should be used only for automatic unit tests.
17 files changed:
configure.ac
tests/.gitignore
tests/Makefile.am
tests/contact-manager.c [deleted file]
tests/empetit.c [deleted file]
tests/interactive/.gitignore [new file with mode: 0644]
tests/interactive/Makefile.am [new file with mode: 0644]
tests/interactive/contact-manager.c [new file with mode: 0644]
tests/interactive/empetit.c [new file with mode: 0644]
tests/interactive/test-empathy-account-assistant.c [new file with mode: 0644]
tests/interactive/test-empathy-presence-chooser.c [new file with mode: 0644]
tests/interactive/test-empathy-protocol-chooser.c [new file with mode: 0644]
tests/interactive/test-empathy-status-preset-dialog.c [new file with mode: 0644]
tests/test-empathy-account-assistant.c [deleted file]
tests/test-empathy-presence-chooser.c [deleted file]
tests/test-empathy-protocol-chooser.c [deleted file]
tests/test-empathy-status-preset-dialog.c [deleted file]