summaryrefslogtreecommitdiff
path: root/guprecords.raku
diff options
context:
space:
mode:
Diffstat (limited to 'guprecords.raku')
-rw-r--r--guprecords.raku3
1 files changed, 3 insertions, 0 deletions
diff --git a/guprecords.raku b/guprecords.raku
index 7c5e591..37784fd 100644
--- a/guprecords.raku
+++ b/guprecords.raku
@@ -229,6 +229,9 @@ multi sub MAIN('test') {
use Test;
plan 1;
+ my Hash %aggregates = Aggregator.new('./fixtures').aggregate;
+
+ say %aggregates.raku;
#do-it('./fixtures',
done-testing;