From b77451f19e98d18d735b4ccffca0cf192203defc Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sun, 16 Jul 2023 16:07:33 -0700 Subject: [PATCH] Renamed tests --- test/t/{001_wal.pl => 001_ivfflat_wal.pl} | 0 test/t/{002_vacuum.pl => 002_ivfflat_vacuum.pl} | 0 test/t/{003_recall.pl => 003_ivfflat_recall.pl} | 0 test/t/{004_centers.pl => 004_ivfflat_centers.pl} | 0 test/t/{005_query_recall.pl => 005_ivfflat_query_recall.pl} | 0 test/t/{006_lists.pl => 006_ivfflat_lists.pl} | 0 test/t/{007_inserts.pl => 007_ivfflat_inserts.pl} | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename test/t/{001_wal.pl => 001_ivfflat_wal.pl} (100%) rename test/t/{002_vacuum.pl => 002_ivfflat_vacuum.pl} (100%) rename test/t/{003_recall.pl => 003_ivfflat_recall.pl} (100%) rename test/t/{004_centers.pl => 004_ivfflat_centers.pl} (100%) rename test/t/{005_query_recall.pl => 005_ivfflat_query_recall.pl} (100%) rename test/t/{006_lists.pl => 006_ivfflat_lists.pl} (100%) rename test/t/{007_inserts.pl => 007_ivfflat_inserts.pl} (100%) diff --git a/test/t/001_wal.pl b/test/t/001_ivfflat_wal.pl similarity index 100% rename from test/t/001_wal.pl rename to test/t/001_ivfflat_wal.pl diff --git a/test/t/002_vacuum.pl b/test/t/002_ivfflat_vacuum.pl similarity index 100% rename from test/t/002_vacuum.pl rename to test/t/002_ivfflat_vacuum.pl diff --git a/test/t/003_recall.pl b/test/t/003_ivfflat_recall.pl similarity index 100% rename from test/t/003_recall.pl rename to test/t/003_ivfflat_recall.pl diff --git a/test/t/004_centers.pl b/test/t/004_ivfflat_centers.pl similarity index 100% rename from test/t/004_centers.pl rename to test/t/004_ivfflat_centers.pl diff --git a/test/t/005_query_recall.pl b/test/t/005_ivfflat_query_recall.pl similarity index 100% rename from test/t/005_query_recall.pl rename to test/t/005_ivfflat_query_recall.pl diff --git a/test/t/006_lists.pl b/test/t/006_ivfflat_lists.pl similarity index 100% rename from test/t/006_lists.pl rename to test/t/006_ivfflat_lists.pl diff --git a/test/t/007_inserts.pl b/test/t/007_ivfflat_inserts.pl similarity index 100% rename from test/t/007_inserts.pl rename to test/t/007_ivfflat_inserts.pl