summaryrefslogtreecommitdiffstats
path: root/src/client/tests
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2008-05-20 11:27:30 -0400
committerRay Strode <rstrode@redhat.com>2008-05-20 11:36:26 -0400
commitc13aba661eeac269ff28daa6c3259afb2ce69bf1 (patch)
treee20e55e8744467ba831a1b6c2f09914ebd562abe /src/client/tests
parent677c3bd9cbb8c33f89a90c06b2e429ef958897e4 (diff)
downloadplymouth-c13aba661eeac269ff28daa6c3259afb2ce69bf1.tar.gz
plymouth-c13aba661eeac269ff28daa6c3259afb2ce69bf1.tar.xz
plymouth-c13aba661eeac269ff28daa6c3259afb2ce69bf1.zip
rename rhgb-client to plymouth
We'll keep a compat symlink in place until init scripts are moved over
Diffstat (limited to 'src/client/tests')
-rw-r--r--src/client/tests/Makefile.am10
-rw-r--r--src/client/tests/ply-boot-client-test.am16
2 files changed, 26 insertions, 0 deletions
diff --git a/src/client/tests/Makefile.am b/src/client/tests/Makefile.am
new file mode 100644
index 0000000..c6dbfdb
--- /dev/null
+++ b/src/client/tests/Makefile.am
@@ -0,0 +1,10 @@
+INCLUDES = \
+ -I$(top_srcdir) \
+ -I$(srcdir)/.. \
+ -I$(srcdir)/../.. \
+ -I$(srcdir)
+TESTS =
+
+noinst_PROGRAMS = $(TESTS)
+
+MAINTAINERCLEANFILES = Makefile.in
diff --git a/src/client/tests/ply-boot-client-test.am b/src/client/tests/ply-boot-client-test.am
new file mode 100644
index 0000000..f733032
--- /dev/null
+++ b/src/client/tests/ply-boot-client-test.am
@@ -0,0 +1,16 @@
+TESTS += ply-boot-client-test
+
+ply_boot_client_test_CFLAGS = $(PLYMOUTH_CFLAGS) -DPLY_BOOT_CLIENT_ENABLE_TEST
+ply_boot_client_test_LDADD = $(PLYMOUTH_LIBS)
+
+ply_boot_client_test_SOURCES = \
+ $(srcdir)/../ply-utils.h \
+ $(srcdir)/../ply-utils.c \
+ $(srcdir)/../ply-logger.h \
+ $(srcdir)/../ply-logger.c \
+ $(srcdir)/../ply-list.h \
+ $(srcdir)/../ply-list.c \
+ $(srcdir)/../ply-event-loop.h \
+ $(srcdir)/../ply-event-loop.c \
+ $(srcdir)/../ply-boot-client.h \
+ $(srcdir)/../ply-boot-client.c