diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-07-04 23:40:42 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-07-04 23:40:42 -0400 |
commit | c915c68b6be1cdd21ec79b4a1f715d38976cdd86 (patch) | |
tree | d371d078f45c318aa4d170cc831acd9f666e63f7 /gio | |
parent | 14db75381ee7f21f6b62401177cfaa9d6891ddf4 (diff) |
Add the new tests to the correct variable
Diffstat (limited to 'gio')
-rw-r--r-- | gio/tests/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/tests/Makefile.am b/gio/tests/Makefile.am index 552f3516a..faa764081 100644 --- a/gio/tests/Makefile.am +++ b/gio/tests/Makefile.am @@ -58,6 +58,8 @@ TEST_PROGS += \ application \ testapps \ appinfo \ + icons \ + contenttype \ $(NULL) endif @@ -79,8 +81,6 @@ SAMPLE_PROGS = \ gdbus-example-proxy-subclass \ testapp \ appinfo-test \ - icons \ - contenttype \ $(NULL) |