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/ply-command-parser-test.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/ply-command-parser-test.am')
| -rw-r--r-- | src/libply/tests/ply-command-parser-test.am | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/libply/tests/ply-command-parser-test.am b/src/libply/tests/ply-command-parser-test.am new file mode 100644 index 0000000..91649d5 --- /dev/null +++ b/src/libply/tests/ply-command-parser-test.am @@ -0,0 +1,18 @@ +TESTS += ply-command-parser-test + +ply_command_parser_test_CFLAGS = $(PLYMOUTH_CFLAGS) -DPLY_COMMAND_PARSER_ENABLE_TEST +ply_command_parser_test_LDADD = $(PLYMOUTH_LIBS) + +ply_command_parser_test_SOURCES = \ + $(srcdir)/../ply-buffer.h \ + $(srcdir)/../ply-buffer.c \ + $(srcdir)/../ply-event-loop.h \ + $(srcdir)/../ply-event-loop.c \ + $(srcdir)/../ply-list.h \ + $(srcdir)/../ply-list.c \ + $(srcdir)/../ply-logger.h \ + $(srcdir)/../ply-logger.c \ + $(srcdir)/../ply-utils.h \ + $(srcdir)/../ply-utils.c \ + $(srcdir)/../ply-command-parser.h \ + $(srcdir)/../ply-command-parser.c |
