From 0edba1a8eed86086f805e6dfac85c058f431c226 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Thu, 9 Apr 2015 10:12:44 +0200 Subject: [PATCH] Move temporary list scripts to tests/scripts --- {tmp => tests/scripts}/list-enum-consts.pl | 0 {tmp => tests/scripts}/list-identifiers.sh | 0 {tmp => tests/scripts}/list-macros.sh | 0 {tmp => tests/scripts}/list-symbols.sh | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename {tmp => tests/scripts}/list-enum-consts.pl (100%) rename {tmp => tests/scripts}/list-identifiers.sh (100%) rename {tmp => tests/scripts}/list-macros.sh (100%) rename {tmp => tests/scripts}/list-symbols.sh (100%) diff --git a/tmp/list-enum-consts.pl b/tests/scripts/list-enum-consts.pl similarity index 100% rename from tmp/list-enum-consts.pl rename to tests/scripts/list-enum-consts.pl diff --git a/tmp/list-identifiers.sh b/tests/scripts/list-identifiers.sh similarity index 100% rename from tmp/list-identifiers.sh rename to tests/scripts/list-identifiers.sh diff --git a/tmp/list-macros.sh b/tests/scripts/list-macros.sh similarity index 100% rename from tmp/list-macros.sh rename to tests/scripts/list-macros.sh diff --git a/tmp/list-symbols.sh b/tests/scripts/list-symbols.sh similarity index 100% rename from tmp/list-symbols.sh rename to tests/scripts/list-symbols.sh