add gbs build --export-only cases
authorjingui.ren <jingui.ren@samsung.com>
Fri, 30 Nov 2018 10:52:39 +0000 (18:52 +0800)
committerjingui.ren <jingui.ren@samsung.com>
Fri, 30 Nov 2018 10:52:39 +0000 (18:52 +0800)
Change-Id: I5a85954d3dae0ba1f09bf29a9c9e0d840d4e75ac

cases/build/test_build_export_only_with_multy_threads.case [new file with mode: 0644]

diff --git a/cases/build/test_build_export_only_with_multy_threads.case b/cases/build/test_build_export_only_with_multy_threads.case
new file mode 100644 (file)
index 0000000..ac0edeb
--- /dev/null
@@ -0,0 +1,23 @@
+<testcase>
+  <summary>export multy packages with multy threads</summary>
+  <tracking>
+    <ticket>1131</ticket>
+  </tracking>
+  <fixtures>
+    <copy src="tools/create_proj" />
+    <copy src="specs/fake.spec" />
+    <copy src="specs/fake-dev.spec" />
+    <copy src="specs/fake-lib.spec" />
+    <copy src="conf/base.cfg" />
+    <copy src="conf/tizen.conf" />
+  </fixtures>
+  <steps><![CDATA[
+pwd
+./create_proj fake.spec
+./create_proj fake-dev.spec
+./create_proj fake-lib.spec
+pwd
+gbs build --export-only 2>&1 | tee log
+test -n "`grep "export done" log`"
+]]></steps>
+</testcase>