From 0dfa78a9db1491e4ef8b5af08b5e53ed6c7eea7c Mon Sep 17 00:00:00 2001 From: Matt Broadstone Date: Wed, 28 May 2014 12:35:05 -0400 Subject: [PATCH] moved qamqp cli code to a manual test --- {src => tests/manual/qamqp}/QamqpApp.h | 0 {src => tests/manual/qamqp}/main.cpp | 0 {src => tests/manual/qamqp}/pubsub/EmitLog.h | 0 {src => tests/manual/qamqp}/pubsub/ReceiveLog.h | 0 {src => tests/manual/qamqp}/routing/EmitLogDirect.h | 0 {src => tests/manual/qamqp}/routing/ReceiveLogDirect.h | 0 {src => tests/manual/qamqp}/sendreceive/Receive.h | 0 {src => tests/manual/qamqp}/sendreceive/Send.h | 0 {src => tests/manual/qamqp}/workqueues/NewTask.h | 0 {src => tests/manual/qamqp}/workqueues/Worker.h | 0 tests/tests.pro | 2 +- 11 files changed, 1 insertion(+), 1 deletion(-) rename {src => tests/manual/qamqp}/QamqpApp.h (100%) rename {src => tests/manual/qamqp}/main.cpp (100%) rename {src => tests/manual/qamqp}/pubsub/EmitLog.h (100%) rename {src => tests/manual/qamqp}/pubsub/ReceiveLog.h (100%) rename {src => tests/manual/qamqp}/routing/EmitLogDirect.h (100%) rename {src => tests/manual/qamqp}/routing/ReceiveLogDirect.h (100%) rename {src => tests/manual/qamqp}/sendreceive/Receive.h (100%) rename {src => tests/manual/qamqp}/sendreceive/Send.h (100%) rename {src => tests/manual/qamqp}/workqueues/NewTask.h (100%) rename {src => tests/manual/qamqp}/workqueues/Worker.h (100%) diff --git a/src/QamqpApp.h b/tests/manual/qamqp/QamqpApp.h similarity index 100% rename from src/QamqpApp.h rename to tests/manual/qamqp/QamqpApp.h diff --git a/src/main.cpp b/tests/manual/qamqp/main.cpp similarity index 100% rename from src/main.cpp rename to tests/manual/qamqp/main.cpp diff --git a/src/pubsub/EmitLog.h b/tests/manual/qamqp/pubsub/EmitLog.h similarity index 100% rename from src/pubsub/EmitLog.h rename to tests/manual/qamqp/pubsub/EmitLog.h diff --git a/src/pubsub/ReceiveLog.h b/tests/manual/qamqp/pubsub/ReceiveLog.h similarity index 100% rename from src/pubsub/ReceiveLog.h rename to tests/manual/qamqp/pubsub/ReceiveLog.h diff --git a/src/routing/EmitLogDirect.h b/tests/manual/qamqp/routing/EmitLogDirect.h similarity index 100% rename from src/routing/EmitLogDirect.h rename to tests/manual/qamqp/routing/EmitLogDirect.h diff --git a/src/routing/ReceiveLogDirect.h b/tests/manual/qamqp/routing/ReceiveLogDirect.h similarity index 100% rename from src/routing/ReceiveLogDirect.h rename to tests/manual/qamqp/routing/ReceiveLogDirect.h diff --git a/src/sendreceive/Receive.h b/tests/manual/qamqp/sendreceive/Receive.h similarity index 100% rename from src/sendreceive/Receive.h rename to tests/manual/qamqp/sendreceive/Receive.h diff --git a/src/sendreceive/Send.h b/tests/manual/qamqp/sendreceive/Send.h similarity index 100% rename from src/sendreceive/Send.h rename to tests/manual/qamqp/sendreceive/Send.h diff --git a/src/workqueues/NewTask.h b/tests/manual/qamqp/workqueues/NewTask.h similarity index 100% rename from src/workqueues/NewTask.h rename to tests/manual/qamqp/workqueues/NewTask.h diff --git a/src/workqueues/Worker.h b/tests/manual/qamqp/workqueues/Worker.h similarity index 100% rename from src/workqueues/Worker.h rename to tests/manual/qamqp/workqueues/Worker.h diff --git a/tests/tests.pro b/tests/tests.pro index 19b9c30..3ae66f3 100644 --- a/tests/tests.pro +++ b/tests/tests.pro @@ -1,3 +1,3 @@ TEMPLATE = subdirs SUBDIRS = \ - qamqp + manual