[Galago-commits] r2597 - in trunk/libgalago: . tests
galago-commits at freedesktop.org
galago-commits at freedesktop.org
Mon Mar 13 23:12:30 PST 2006
Author: chipx86
Date: 2006-03-13 23:12:24 -0800 (Mon, 13 Mar 2006)
New Revision: 2597
Added:
trunk/libgalago/tests/list-accounts.c
trunk/libgalago/tests/list-my-accounts.c
trunk/libgalago/tests/list-people.c
trunk/libgalago/tests/list-services.c
Modified:
trunk/libgalago/ChangeLog
trunk/libgalago/tests/
trunk/libgalago/tests/Makefile.am
Log:
Move stuff from galago-daemon/tools/ to libgalago/tests/.
Modified: trunk/libgalago/ChangeLog
===================================================================
--- trunk/libgalago/ChangeLog 2006-03-14 07:11:49 UTC (rev 2596)
+++ trunk/libgalago/ChangeLog 2006-03-14 07:12:24 UTC (rev 2597)
@@ -1,3 +1,12 @@
+Mon Mar 13 23:11:58 PST 2006 Christian Hammond <chipx86 at chipx86.com>
+
+ * tests/Makefile.am:
+ A tests/list-accounts.c:
+ A tests/list-my-accounts.c:
+ A tests/list-people.c:
+ A tests/list-services.c:
+ - Move stuff from galago-daemon/tools/ to libgalago/tests/.
+
Mon Mar 13 22:35:18 PST 2006 Christian Hammond <chipx86 at chipx86.com>
* libgalago/galago-value.c:
Property changes on: trunk/libgalago/tests
___________________________________________________________________
Name: svn:ignore
- address-feed
check-libgalago
core
core.*
.deps
get-avatar
get-person-attr
get-presence
*.la
.libs
*.lo
Makefile
Makefile.in
monitor
*.o
person-attr-test
presence-feed
presence-feed-2
property-test
.*.swo
.*.swp
+ Makefile
Makefile.in
address-feed
check-libgalago
core
core.*
get-attribute.c
get-avatar
get-person-attr
get-presence
list-accounts
list-services
list-my-accounts
list-people
monitor
person-attr-test
presence-feed
presence-feed-2
property-test
.deps
.libs
*.la
*.lo
*.o
.*.swo
.*.swp
Modified: trunk/libgalago/tests/Makefile.am
===================================================================
--- trunk/libgalago/tests/Makefile.am 2006-03-14 07:11:49 UTC (rev 2596)
+++ trunk/libgalago/tests/Makefile.am 2006-03-14 07:12:24 UTC (rev 2597)
@@ -8,6 +8,10 @@
get-avatar \
get-person-attr \
get-presence \
+ list-accounts \
+ list-my-accounts \
+ list-people \
+ list-services \
monitor \
presence-feed \
presence-feed-2 \
@@ -27,6 +31,18 @@
get_person_attr_SOURCES = get-person-attr.c
get_person_attr_LDADD = $(common_ldflags)
+list_accounts_SOURCES = list-accounts.c
+list_accounts_LDADD = $(common_ldflags)
+
+list_my_accounts_SOURCES = list-my-accounts.c
+list_my_accounts_LDADD = $(common_ldflags)
+
+list_people_SOURCES = list-people.c
+list_people_LDADD = $(common_ldflags)
+
+list_services_SOURCES = list-services.c
+list_services_LDADD = $(common_ldflags)
+
monitor_SOURCES = monitor.c
monitor_LDADD = $(common_ldflags)
Copied: trunk/libgalago/tests/list-accounts.c (from rev 2569, trunk/galago-daemon/tools/list-accounts.c)
Copied: trunk/libgalago/tests/list-my-accounts.c (from rev 2569, trunk/galago-daemon/tools/list-my-accounts.c)
Copied: trunk/libgalago/tests/list-people.c (from rev 2576, trunk/galago-daemon/tools/list-people.c)
Copied: trunk/libgalago/tests/list-services.c (from rev 2569, trunk/galago-daemon/tools/list-services.c)
More information about the galago-commits
mailing list