diff options
Diffstat (limited to 'src/perl/LogSummary/t/app')
-rw-r--r-- | src/perl/LogSummary/t/app/20081125.0 | bin | 0 -> 483152 bytes | |||
-rw-r--r-- | src/perl/LogSummary/t/app/20081125.index | bin | 0 -> 272 bytes | |||
-rw-r--r-- | src/perl/LogSummary/t/app/20081125.meta | bin | 0 -> 379 bytes | |||
-rw-r--r-- | src/perl/LogSummary/t/app/20081126.0 | bin | 0 -> 481124 bytes | |||
-rw-r--r-- | src/perl/LogSummary/t/app/20081126.index | bin | 0 -> 252 bytes | |||
-rw-r--r-- | src/perl/LogSummary/t/app/20081126.meta | bin | 0 -> 323 bytes | |||
-rw-r--r-- | src/perl/LogSummary/t/app/GNUmakefile | 13 |
7 files changed, 13 insertions, 0 deletions
diff --git a/src/perl/LogSummary/t/app/20081125.0 b/src/perl/LogSummary/t/app/20081125.0 Binary files differnew file mode 100644 index 0000000..43e5f4a --- /dev/null +++ b/src/perl/LogSummary/t/app/20081125.0 diff --git a/src/perl/LogSummary/t/app/20081125.index b/src/perl/LogSummary/t/app/20081125.index Binary files differnew file mode 100644 index 0000000..76eb3b9 --- /dev/null +++ b/src/perl/LogSummary/t/app/20081125.index diff --git a/src/perl/LogSummary/t/app/20081125.meta b/src/perl/LogSummary/t/app/20081125.meta Binary files differnew file mode 100644 index 0000000..5007180 --- /dev/null +++ b/src/perl/LogSummary/t/app/20081125.meta diff --git a/src/perl/LogSummary/t/app/20081126.0 b/src/perl/LogSummary/t/app/20081126.0 Binary files differnew file mode 100644 index 0000000..9563c3c --- /dev/null +++ b/src/perl/LogSummary/t/app/20081126.0 diff --git a/src/perl/LogSummary/t/app/20081126.index b/src/perl/LogSummary/t/app/20081126.index Binary files differnew file mode 100644 index 0000000..d5d7fa6 --- /dev/null +++ b/src/perl/LogSummary/t/app/20081126.index diff --git a/src/perl/LogSummary/t/app/20081126.meta b/src/perl/LogSummary/t/app/20081126.meta Binary files differnew file mode 100644 index 0000000..b60336c --- /dev/null +++ b/src/perl/LogSummary/t/app/20081126.meta diff --git a/src/perl/LogSummary/t/app/GNUmakefile b/src/perl/LogSummary/t/app/GNUmakefile new file mode 100644 index 0000000..8309f9c --- /dev/null +++ b/src/perl/LogSummary/t/app/GNUmakefile @@ -0,0 +1,13 @@ +TOPDIR = ../../../../.. +include $(TOPDIR)/src/include/builddefs +LSRCFILES = \ + 20081125.meta 20081125.index 20081125.0 \ + 20081126.meta 20081126.index 20081126.0 + +default: + +include $(BUILDRULES) + +install: + +default_pcp install_pcp: |