Testing library separation: now not in launcher but isolated
[anna.git] / include / anna / testing / defines.hpp
diff --git a/include/anna/testing/defines.hpp b/include/anna/testing/defines.hpp
new file mode 100644 (file)
index 0000000..6dfa42b
--- /dev/null
@@ -0,0 +1,18 @@
+// ANNA - Anna is Not Nothingness Anymore                                                         //
+//                                                                                                //
+// (c) Copyright 2005-2015 Eduardo Ramos Testillano & Francisco Ruiz Rayo                         //
+//                                                                                                //
+// See project site at http://redmine.teslayout.com/projects/anna-suite                           //
+// See accompanying file LICENSE or copy at http://www.teslayout.com/projects/public/anna.LICENSE //
+
+
+#ifndef anna_testing_defines_hpp
+#define anna_testing_defines_hpp
+
+
+#define SH_COMMAND_TAG_FOR_REPLACE__CYCLE_ID    "##cycleid##"
+#define SH_COMMAND_TAG_FOR_REPLACE__TESTCASE_ID "##testcaseid##"
+#define SH_COMMAND_TAG_FOR_REPLACE__TESTSTEP_ID "##teststepid##"
+
+#endif
+