diff options
| author | Ray Strode <rstrode@redhat.com> | 2007-06-06 18:13:17 -0400 |
|---|---|---|
| committer | Ray Strode <rstrode@redhat.com> | 2007-06-06 18:13:17 -0400 |
| commit | b157f818ac219a1a4a60619250b521d430576e83 (patch) | |
| tree | 012f7555b793a2f3d5910d2080f8fdfaeaf867c3 /src/libply/tests/Makefile.am | |
| parent | 177a24020be55bfa9716cb6ebbfd018cfdf46416 (diff) | |
| download | plymouth-b157f818ac219a1a4a60619250b521d430576e83.tar.gz plymouth-b157f818ac219a1a4a60619250b521d430576e83.tar.xz plymouth-b157f818ac219a1a4a60619250b521d430576e83.zip | |
split the common code off into libply and move things to separate directories
Diffstat (limited to 'src/libply/tests/Makefile.am')
| -rw-r--r-- | src/libply/tests/Makefile.am | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/libply/tests/Makefile.am b/src/libply/tests/Makefile.am new file mode 100644 index 0000000..e4ecfe6 --- /dev/null +++ b/src/libply/tests/Makefile.am @@ -0,0 +1,17 @@ +INCLUDES = \ + -I$(top_srcdir) \ + -I$(srcdir)/.. \ + -I$(srcdir) +TESTS = + +include $(srcdir)/ply-frame-buffer-test.am +include $(srcdir)/ply-image-test.am +include $(srcdir)/ply-terminal-test.am +include $(srcdir)/ply-terminal-session-test.am +include $(srcdir)/ply-logger-test.am +include $(srcdir)/ply-list-test.am +include $(srcdir)/ply-event-loop-test.am + +noinst_PROGRAMS = $(TESTS) + +MAINTAINERCLEANFILES = Makefile.in |
