all C generator tests.launch 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <launchConfiguration type="org.eclipse.pde.ui.JunitLaunchConfig">
  3. <booleanAttribute key="append.args" value="true"/>
  4. <booleanAttribute key="askclear" value="false"/>
  5. <booleanAttribute key="automaticAdd" value="true"/>
  6. <booleanAttribute key="automaticValidate" value="false"/>
  7. <stringAttribute key="bad_container_name" value="/org.yakindu.sct.generator.cc.test"/>
  8. <stringAttribute key="bootstrap" value=""/>
  9. <stringAttribute key="checked" value="[NONE]"/>
  10. <booleanAttribute key="clearConfig" value="true"/>
  11. <booleanAttribute key="clearws" value="true"/>
  12. <booleanAttribute key="clearwslog" value="false"/>
  13. <stringAttribute key="configLocation" value="${workspace_loc}/.metadata/.plugins/org.eclipse.pde.core/pde-junit"/>
  14. <booleanAttribute key="default" value="true"/>
  15. <booleanAttribute key="includeOptional" value="true"/>
  16. <stringAttribute key="location" value="${workspace_loc}/../junit-workspace"/>
  17. <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
  18. <listEntry value="/org.yakindu.sct.generator.c.test/test-gen/org/yakindu/sct/generator/c/test/AllTests.java"/>
  19. </listAttribute>
  20. <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
  21. <listEntry value="1"/>
  22. </listAttribute>
  23. <mapAttribute key="org.eclipse.debug.core.environmentVariables">
  24. <mapEntry key="GTEST_DIR" value="/usr/local/Cellar/gtest"/>
  25. </mapAttribute>
  26. <listAttribute key="org.eclipse.debug.ui.favoriteGroups">
  27. <listEntry value="org.eclipse.debug.ui.launchGroup.run"/>
  28. </listAttribute>
  29. <stringAttribute key="org.eclipse.jdt.junit.CONTAINER" value=""/>
  30. <booleanAttribute key="org.eclipse.jdt.junit.KEEPRUNNING_ATTR" value="false"/>
  31. <stringAttribute key="org.eclipse.jdt.junit.TESTNAME" value=""/>
  32. <stringAttribute key="org.eclipse.jdt.junit.TEST_KIND" value="org.eclipse.jdt.junit.loader.junit4"/>
  33. <booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value="true"/>
  34. <stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
  35. <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.yakindu.sct.generator.c.test.AllTests"/>
  36. <stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl} -consoleLog"/>
  37. <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.yakindu.sct.generator.c.test"/>
  38. <stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.pde.ui.workbenchClasspathProvider"/>
  39. <stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-XX:MaxPermSize=256m"/>
  40. <stringAttribute key="pde.version" value="3.3"/>
  41. <stringAttribute key="product" value="org.eclipse.platform.ide"/>
  42. <booleanAttribute key="run_in_ui_thread" value="true"/>
  43. <booleanAttribute key="show_selected_only" value="false"/>
  44. <booleanAttribute key="tracing" value="false"/>
  45. <booleanAttribute key="useCustomFeatures" value="false"/>
  46. <booleanAttribute key="useDefaultConfig" value="true"/>
  47. <booleanAttribute key="useDefaultConfigArea" value="false"/>
  48. <booleanAttribute key="useProduct" value="true"/>
  49. </launchConfiguration>