Add info about yaca tests. Remove unnecessary test dir. 12/68512/2
authorDariusz Michaluk <d.michaluk@samsung.com>
Thu, 5 May 2016 10:39:23 +0000 (12:39 +0200)
committerDariusz Michaluk <d.michaluk@samsung.com>
Thu, 5 May 2016 15:26:01 +0000 (17:26 +0200)
Change-Id: Icb519091c09c426993c50f5fac8ef6d9c1c8c874

CMakeLists.txt
readme.txt
test/.keep [deleted file]

index 78db916..aa4f6ac 100644 (file)
@@ -76,7 +76,6 @@ ENDIF()
 SET(API_FOLDER ${PROJECT_SOURCE_DIR}/api)
 SET(EXAMPLES_FOLDER ${PROJECT_SOURCE_DIR}/examples)
 SET(SRC_FOLDER ${PROJECT_SOURCE_DIR}/src)
-SET(TEST_FOLDER ${PROJECT_SOURCE_DIR}/test)
 
 IF(NOT DEFINED LIB_INSTALL_DIR)
        SET(LIB_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}")
@@ -99,5 +98,4 @@ IF(NOT DEFINED EXAMPLES_DIR)
 ENDIF(NOT DEFINED EXAMPLES_DIR)
 
 ADD_SUBDIRECTORY(${SRC_FOLDER})
-#ADD_SUBDIRECTORY(${TEST_FOLDER})
 ADD_SUBDIRECTORY(${EXAMPLES_FOLDER})
index c970a3b..b0fe7f2 100644 (file)
@@ -38,3 +38,9 @@ API:
 
 Examples:
        - It is possible to compile-check examples with "make" command
+
+Tests:
+       All tests are developed at security-tests repository from tizen.org, branch yaca.
+       git clone ssh://[USER_ID]@review.tizen.org:29418/platform/core/test/security-tests -b yaca
+       Build all tests with command: cmake -DBUILD_ALL_TESTS=OFF -DBUILD_YACA=ON; make
+       Run all tests with command: yaca-test
diff --git a/test/.keep b/test/.keep
deleted file mode 100644 (file)
index e69de29..0000000