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 | |
parent | 9765c9f0472b6772e9e7a51c8aa6d1b01d9f913c (diff) |
Actually run test-handle-set rather than making it a copy of test-intset!
-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 3d9b5464..226b5649 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 |