diff options
| author | Ray Strode <rstrode@redhat.com> | 2008-06-05 18:21:18 -0400 |
|---|---|---|
| committer | Ray Strode <rstrode@redhat.com> | 2008-06-08 00:45:48 -0400 |
| commit | 21f6e517936f34ba6e5ee10b4e408fe00aa589f2 (patch) | |
| tree | e82f36060b6e24a1365f59cd6ea3962a744d1c44 /src/libply/tests/Makefile.am | |
| parent | 6ab3f42dd7ae04510c4cadf8fadcfd22275bfee1 (diff) | |
| download | plymouth-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.am | 1 |
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) |
