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