summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2011-01-12 14:34:58 +0000
committerRichard Hughes <richard@hughsie.com>2011-01-13 11:17:14 +0000
commit2f83888a2bf3f32f6aa57bc62e71af96ce27c9e9 (patch)
tree67d88457da908b6757743c531402395c1b4640fd /data
parent385e680fb6d4fc414d7382c43b3feb33cac52982 (diff)
downloadcolord-2f83888a2bf3f32f6aa57bc62e71af96ce27c9e9.tar.gz
Add a libcolord shared library that can be used in the client tools
This also allows us to create a self test framework, which uncovered many bugs in the process.
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am4
-rw-r--r--data/tests/Makefile.am2
-rw-r--r--data/tests/ibm-t61.iccbin0 -> 25120 bytes
3 files changed, 6 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 970cb38..1c8965b 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,3 +1,7 @@
+
+SUBDIRS = \
+ tests
+
dbusdir = $(sysconfdir)/dbus-1/system.d
dist_dbus_DATA = org.freedesktop.ColorManager.conf
diff --git a/data/tests/Makefile.am b/data/tests/Makefile.am
new file mode 100644
index 0000000..9096c39
--- /dev/null
+++ b/data/tests/Makefile.am
@@ -0,0 +1,2 @@
+EXTRA_DIST = \
+ ibm-t61.icc
diff --git a/data/tests/ibm-t61.icc b/data/tests/ibm-t61.icc
new file mode 100644
index 0000000..93c39f8
--- /dev/null
+++ b/data/tests/ibm-t61.icc
Binary files differ