summaryrefslogtreecommitdiffstats
path: root/src/libply/tests/Makefile.am
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2008-06-05 18:21:18 -0400
committerRay Strode <rstrode@redhat.com>2008-06-08 00:45:48 -0400
commit21f6e517936f34ba6e5ee10b4e408fe00aa589f2 (patch)
treee82f36060b6e24a1365f59cd6ea3962a744d1c44 /src/libply/tests/Makefile.am
parent6ab3f42dd7ae04510c4cadf8fadcfd22275bfee1 (diff)
downloadplymouth-21f6e517936f34ba6e5ee10b4e408fe00aa589f2.tar.gz
plymouth-21f6e517936f34ba6e5ee10b4e408fe00aa589f2.tar.xz
plymouth-21f6e517936f34ba6e5ee10b4e408fe00aa589f2.zip
Add the start of a command line parser
This will be useful for changing the client to use a plymouth subcommand --option1 --option2 format
Diffstat (limited to 'src/libply/tests/Makefile.am')
-rw-r--r--src/libply/tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libply/tests/Makefile.am b/src/libply/tests/Makefile.am
index 5f5287c..00880c3 100644
--- a/src/libply/tests/Makefile.am
+++ b/src/libply/tests/Makefile.am
@@ -13,6 +13,7 @@ include $(srcdir)/ply-logger-test.am
include $(srcdir)/ply-array-test.am
include $(srcdir)/ply-list-test.am
include $(srcdir)/ply-event-loop-test.am
+include $(srcdir)/ply-command-parser-test.am
endif
noinst_PROGRAMS = $(TESTS)