From 55e167115bca34912a04da15f40ff25e51f552b9 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Tue, 10 Aug 2021 15:45:11 +0930 Subject: [PATCH] common/tests: these test are no longer experimental-only. Signed-off-by: Rusty Russell --- common/test/{exp-run-bolt12_decode.c => run-bolt12_decode.c} | 0 common/test/{exp-run-bolt12_period.c => run-bolt12_period.c} | 0 common/test/{exp-run-psbt_diff.c => run-psbt_diff.c} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename common/test/{exp-run-bolt12_decode.c => run-bolt12_decode.c} (100%) rename common/test/{exp-run-bolt12_period.c => run-bolt12_period.c} (100%) rename common/test/{exp-run-psbt_diff.c => run-psbt_diff.c} (100%) diff --git a/common/test/exp-run-bolt12_decode.c b/common/test/run-bolt12_decode.c similarity index 100% rename from common/test/exp-run-bolt12_decode.c rename to common/test/run-bolt12_decode.c diff --git a/common/test/exp-run-bolt12_period.c b/common/test/run-bolt12_period.c similarity index 100% rename from common/test/exp-run-bolt12_period.c rename to common/test/run-bolt12_period.c diff --git a/common/test/exp-run-psbt_diff.c b/common/test/run-psbt_diff.c similarity index 100% rename from common/test/exp-run-psbt_diff.c rename to common/test/run-psbt_diff.c