summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKai Huuhko <kai.huuhko@gmail.com>2012-05-29 18:30:53 +0000
committerKai Huuhko <kai.huuhko@gmail.com>2012-05-29 18:30:53 +0000
commit8437a49e62a7458550e783393a3a7c91c568a330 (patch)
treea5adc3d8da24ac00dbea16f3899065bdec01963e /Makefile.am
parent63637a6f9e0c2e6de8c7922f4591db374d90b26f (diff)
downloadpython-elementary-8437a49e62a7458550e783393a3a7c91c568a330.tar.gz
python-elementary-8437a49e62a7458550e783393a3a7c91c568a330.tar.bz2
python-elementary-8437a49e62a7458550e783393a3a7c91c568a330.zip
python-elementary: Add test for Icon.
SVN revision: 71510
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 2370710..4ee8ab4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -63,13 +63,15 @@ c_elementary_deps = \
# elementary tests are not actual unit tests but a test AND a nice example
examples_files = \
+ tests/test.py \
+ tests/test.edj \
+ tests/cursors.edj \
+ tests/test_actionslider.py \
tests/test_bg.py \
tests/test_box.py \
tests/test_button.py \
tests/test_check.py \
tests/test_clock.py \
- tests/test.edj \
- tests/cursors.edj \
tests/test_entry.py \
tests/test_fileselector.py \
tests/test_flip.py \
@@ -85,7 +87,6 @@ examples_files = \
tests/test_notify.py \
tests/test_panel.py \
tests/test_progressbar.py \
- tests/test.py \
tests/test_radio.py \
tests/test_scroller.py \
tests/test_separator.py \
@@ -97,6 +98,7 @@ examples_files = \
examples_images_files = \
tests/images/icon_00.png \
+ tests/images/insanely_huge_test_image.jpg \
tests/images/logo.png \
tests/images/logo_small.png \
tests/images/panel_01.jpg \