summaryrefslogtreecommitdiff
path: root/src/libply/tests/ply-list-test.am
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2013-12-10 01:29:30 -0500
committerRay Strode <rstrode@redhat.com>2013-12-10 01:40:31 -0500
commite982dc255c0f471e67eb7bd0858c170d103d39ce (patch)
treea5a998f79aca804bdf077e51aa549378e440f3fa /src/libply/tests/ply-list-test.am
parent10e0810976722e746c2cdf1a77f5964703ee3387 (diff)
parent90a23b832d1f113d679be1dfa60cba448a07a8ce (diff)
branch-merge: land udev support
A certain class of machines don't work in plymouth because they draw the kernel console to /dev/dri/card1 instead of /dev/dri/card2. This branch fixes that, by adding support for querying udev to determine the available drm devices. As part of this effort, some clean up was performed: 1) a bunch of bit rotted tests were removed 2) large chunks of code were moved from main.c to helper objects implemented in other files. 3) Other parts of main.c were moved around or refactored so they were easier to read. Based on work from Kevin Murphy <kemurphy.cmu@gmail.com> https://bugs.freedesktop.org/show_bug.cgi?id=25943
Diffstat (limited to 'src/libply/tests/ply-list-test.am')
-rw-r--r--src/libply/tests/ply-list-test.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/libply/tests/ply-list-test.am b/src/libply/tests/ply-list-test.am
deleted file mode 100644
index 8beb5786..00000000
--- a/src/libply/tests/ply-list-test.am
+++ /dev/null
@@ -1,8 +0,0 @@
-TESTS += ply-list-test
-
-ply_list_test_CFLAGS = $(PLYMOUTH_CFLAGS) -DPLY_LIST_ENABLE_TEST
-ply_list_test_LDADD = $(PLYMOUTH_LIBS)
-
-ply_list_test_SOURCES = \
- $(srcdir)/../ply-list.h \
- $(srcdir)/../ply-list.c