aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_generator/dummygentestconfig.h.in
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2011-01-31 10:21:01 -0300
committerMarcelo Lira <marcelo.lira@openbossa.org>2011-01-31 14:44:21 -0300
commit984cd4d8fd361e89ac5b8a514b8088bb53b925f6 (patch)
treefb7816777a5475f34b90aabb229eed4fc0cc6d57 /tests/test_generator/dummygentestconfig.h.in
parent5f6d08e17f214d7d3a41a1cbdfb2d975e02a33cd (diff)
Fixed the project file test to work with win32 paths.
Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'tests/test_generator/dummygentestconfig.h.in')
-rw-r--r--tests/test_generator/dummygentestconfig.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/test_generator/dummygentestconfig.h.in b/tests/test_generator/dummygentestconfig.h.in
index e472804dc..9da17dcd3 100644
--- a/tests/test_generator/dummygentestconfig.h.in
+++ b/tests/test_generator/dummygentestconfig.h.in
@@ -5,5 +5,11 @@
#define DUMMYGENERATOR_BINARY "@DUMMYGENERATOR_EXECUTABLE@"
#define DUMMYGENERATOR_BINARY_DIR "@CMAKE_CURRENT_BINARY_DIR@"
+#ifdef _WINDOWS
+ #define PATH_SPLITTER ";"
+#else
+ #define PATH_SPLITTER ":"
+#endif
+
#endif // DUMMYGENTESTCONFIG_H