diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-02-04 16:04:52 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-02-04 16:04:52 +0000 |
commit | 0225301e1b022ecee3867ebf51e6e15cbde2654b (patch) | |
tree | 9c982913d728aea3e4ffc0bbd426e02435299099 /tests/Makefile.am | |
parent | 9765c9f0472b6772e9e7a51c8aa6d1b01d9f913c (diff) | |
download | telepathy-glib-0225301e1b022ecee3867ebf51e6e15cbde2654b.tar.gz |
Actually run test-handle-set rather than making it a copy of test-intset!
20080204160452-53eee-220336c0b09972befae6beae2dd0dc13cca96c90.gz
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 3d9b54646..226b56495 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -35,7 +35,7 @@ check-valgrind: EXTRA_DIST = myassert.h README test_handle_set_SOURCES = \ - test-intset.c + test-handle-set.c test_handle_set_LDADD = \ $(top_builddir)/telepathy-glib/libtelepathy-glib.la |