From 0f5de87c2c05c385340e77d05dd2860a40b5469d Mon Sep 17 00:00:00 2001 From: Patrik Gornicz Date: Sun, 7 Jun 2009 16:37:12 -0400 Subject: [PATCH] renamed test to tests --- {test => tests}/1/Makefile | 0 {test => tests}/1/libs/libbear.so.0 | 0 {test => tests}/1/src/dir.mk | 0 {test => tests}/1/src/main.cpp | 0 {test => tests}/Makefile | 0 {test => tests}/README | 0 {test => tests}/printTrace/Makefile | 0 {test => tests}/printTrace/libs/libbear.so.0 | 0 {test => tests}/printTrace/src/dir.mk | 0 {test => tests}/printTrace/src/main.cpp | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename {test => tests}/1/Makefile (100%) rename {test => tests}/1/libs/libbear.so.0 (100%) rename {test => tests}/1/src/dir.mk (100%) rename {test => tests}/1/src/main.cpp (100%) rename {test => tests}/Makefile (100%) rename {test => tests}/README (100%) rename {test => tests}/printTrace/Makefile (100%) rename {test => tests}/printTrace/libs/libbear.so.0 (100%) rename {test => tests}/printTrace/src/dir.mk (100%) rename {test => tests}/printTrace/src/main.cpp (100%) diff --git a/test/1/Makefile b/tests/1/Makefile similarity index 100% rename from test/1/Makefile rename to tests/1/Makefile diff --git a/test/1/libs/libbear.so.0 b/tests/1/libs/libbear.so.0 similarity index 100% rename from test/1/libs/libbear.so.0 rename to tests/1/libs/libbear.so.0 diff --git a/test/1/src/dir.mk b/tests/1/src/dir.mk similarity index 100% rename from test/1/src/dir.mk rename to tests/1/src/dir.mk diff --git a/test/1/src/main.cpp b/tests/1/src/main.cpp similarity index 100% rename from test/1/src/main.cpp rename to tests/1/src/main.cpp diff --git a/test/Makefile b/tests/Makefile similarity index 100% rename from test/Makefile rename to tests/Makefile diff --git a/test/README b/tests/README similarity index 100% rename from test/README rename to tests/README diff --git a/test/printTrace/Makefile b/tests/printTrace/Makefile similarity index 100% rename from test/printTrace/Makefile rename to tests/printTrace/Makefile diff --git a/test/printTrace/libs/libbear.so.0 b/tests/printTrace/libs/libbear.so.0 similarity index 100% rename from test/printTrace/libs/libbear.so.0 rename to tests/printTrace/libs/libbear.so.0 diff --git a/test/printTrace/src/dir.mk b/tests/printTrace/src/dir.mk similarity index 100% rename from test/printTrace/src/dir.mk rename to tests/printTrace/src/dir.mk diff --git a/test/printTrace/src/main.cpp b/tests/printTrace/src/main.cpp similarity index 100% rename from test/printTrace/src/main.cpp rename to tests/printTrace/src/main.cpp -- 2.10.2