summaryrefslogtreecommitdiff
path: root/guprecords.raku
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-03-27 20:37:56 +0300
committerPaul Buetow <paul@buetow.org>2023-03-27 20:37:56 +0300
commit5da8d3b684e11b607de9461292cc1c83fdabdfdd (patch)
tree3a5b1a77017fb59f60926361406e8c95e1b1a565 /guprecords.raku
parent496aa4dd9554d1aaae87a968ad683d22a8b1924c (diff)
add fixtures for est
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;