summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2007-10-31 23:59:09 -0400
committerRay Strode <rstrode@redhat.com>2007-10-31 23:59:09 -0400
commit7df4cd35c3dcec48e3a59c451e70edfc9a7e600d (patch)
treedbaca08ca1f10c23a3ffcb7a45d002df6103d723 /src
parentd7e22a4654f730d7a54b7e923a4ed4e361ee08e3 (diff)
downloadplymouth-7df4cd35c3dcec48e3a59c451e70edfc9a7e600d.tar.gz
plymouth-7df4cd35c3dcec48e3a59c451e70edfc9a7e600d.tar.xz
plymouth-7df4cd35c3dcec48e3a59c451e70edfc9a7e600d.zip
add ply-copy-test.am to fix build for fresh clones
Diffstat (limited to 'src')
-rw-r--r--src/libply/tests/ply-copy-test.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/libply/tests/ply-copy-test.am b/src/libply/tests/ply-copy-test.am
new file mode 100644
index 0000000..3da1b7b
--- /dev/null
+++ b/src/libply/tests/ply-copy-test.am
@@ -0,0 +1,11 @@
+TESTS += ply-copy-test
+
+ply_copy_test_CFLAGS = $(PLYMOUTH_CFLAGS)
+ply_copy_test_LDADD = $(PLYMOUTH_LIBS)
+
+ply_copy_test_SOURCES = \
+ $(srcdir)/../ply-logger.h \
+ $(srcdir)/../ply-logger.c \
+ $(srcdir)/../ply-utils.h \
+ $(srcdir)/../ply-utils.c \
+ $(srcdir)/ply-copy-test.c