| commit | f87af5c272d645147ffa5bd372bfeb9569c326c5 | [log] [tgz] |
|---|---|---|
| author | Akron <nils@diewald-online.de> | Sat Jan 24 12:24:38 2026 +0100 |
| committer | Akron <nils@diewald-online.de> | Sat Jan 24 21:36:17 2026 +0100 |
| tree | a8d37fd37bfdeb97bc2e59b4d34ac0749aa37dbb | |
| parent | b9070ebfa323c3ba5d8d365b17d32d0dd82404fa [diff] [blame] |
Improve slimming checks and integration Change-Id: I96f0c6814e27c2caebff6a0b5ddb8c5284b66c0a
diff --git a/t/slim.t b/t/slim.t index b79743a..f2fc78e 100644 --- a/t/slim.t +++ b/t/slim.t
@@ -11,5 +11,13 @@ ok($cache); +$cache = CHI->new(driver => 'File'); + +ok($cache); + +$cache = CHI->new(driver => 'FastMmap'); + +ok($cache); + done_testing; __END__