1use 5.008001;
2use strict;
3use warnings;
4
5use Test::More 0.96;
6use Path::Tiny;
7
8use lib 't/lib';
9use lib 't/pvtlib';
10use CleanEnv;
11use CorpusTest;
12
13test_corpus_file( path($0)->basename(".t") . ".json" );
14
15done_testing;
16
17#
18# This file is part of BSON-XS
19#
20# This software is Copyright (c) 2020 by MongoDB, Inc.
21#
22# This is free software, licensed under:
23#
24#   The Apache License, Version 2.0, January 2004
25#
26#
27# vim: set ts=4 sts=4 sw=4 et tw=75:
28