From bf55e58e63af719ce52a1df08758fb3a64ab2589 Mon Sep 17 00:00:00 2001 From: David Goldblatt Date: Tue, 10 Mar 2020 08:46:47 -0700 Subject: [PATCH] Rename test/unit/decay -> test/unit/arena_decay. This is really more of an end-to-end test at the arena level; it's not just of the decay code in particular any more. --- Makefile.in | 2 +- test/unit/{decay.c => arena_decay.c} | 0 test/unit/{decay.sh => arena_decay.sh} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename test/unit/{decay.c => arena_decay.c} (100%) rename test/unit/{decay.sh => arena_decay.sh} (100%) diff --git a/Makefile.in b/Makefile.in index 6bb56a01..823ccc7d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -184,6 +184,7 @@ C_UTIL_CPP_SRCS := $(srcroot)src/nstime.c $(srcroot)src/malloc_io.c endif TESTS_UNIT := \ $(srcroot)test/unit/a0.c \ + $(srcroot)test/unit/arena_decay.c \ $(srcroot)test/unit/arena_reset.c \ $(srcroot)test/unit/atomic.c \ $(srcroot)test/unit/background_thread.c \ @@ -196,7 +197,6 @@ TESTS_UNIT := \ $(srcroot)test/unit/cache_bin.c \ $(srcroot)test/unit/ckh.c \ $(srcroot)test/unit/counter.c \ - $(srcroot)test/unit/decay.c \ $(srcroot)test/unit/div.c \ $(srcroot)test/unit/edata_cache.c \ $(srcroot)test/unit/emitter.c \ diff --git a/test/unit/decay.c b/test/unit/arena_decay.c similarity index 100% rename from test/unit/decay.c rename to test/unit/arena_decay.c diff --git a/test/unit/decay.sh b/test/unit/arena_decay.sh similarity index 100% rename from test/unit/decay.sh rename to test/unit/arena_decay.sh