fix: change test example following afb-test tree 45/22945/1 8.99.1 8.99.2 8.99.3 8.99.4 8.99.5 icefish/8.99.1 icefish/8.99.2 icefish/8.99.3 icefish/8.99.4 icefish/8.99.5 icefish_8.99.1 icefish_8.99.2 icefish_8.99.3 icefish_8.99.4 icefish_8.99.5
authorLi Xiaoming <lixm.fnst@cn.fujitsu.com>
Wed, 13 Nov 2019 09:31:13 +0000 (17:31 +0800)
committerLi Xiaoming <lixm.fnst@cn.fujitsu.com>
Wed, 13 Nov 2019 09:31:13 +0000 (17:31 +0800)
Change test repository tree

Bug-AGL: SPEC-2040

Change-Id: Ic6aa57e181da9fb5587357c74dd6a1c6174bd1ec
Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
test/afb-test/CMakeLists.txt [new file with mode: 0644]
test/afb-test/etc/CMakeLists.txt [moved from test/etc/CMakeLists.txt with 100% similarity]
test/afb-test/etc/aft-persistence-test.json [moved from test/etc/aft-persistence-test.json with 100% similarity]
test/afb-test/tests/CMakeLists.txt [moved from test/tests/CMakeLists.txt with 100% similarity]
test/afb-test/tests/persistence_APITest.lua [moved from test/tests/persistence_APITest.lua with 100% similarity]
test/afb-test/tests/persistence_BasicAPITest.lua [moved from test/tests/persistence_BasicAPITest.lua with 100% similarity]

diff --git a/test/afb-test/CMakeLists.txt b/test/afb-test/CMakeLists.txt
new file mode 100644 (file)
index 0000000..81ddf88
--- /dev/null
@@ -0,0 +1,21 @@
+###########################################################################
+# Copyright 2019 Konsulko Group
+#
+# author:Stoyan Bogdanov <stoyan.bogdanov@konsulko.com>
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+###########################################################################
+
+# Include any directory not starting with _
+# -----------------------------------------------------
+PROJECT_SUBDIRS_ADD(${PROJECT_SRC_DIR_PATTERN})