Am Sonntag, 20. Januar 2013 um 20:52:45, schrieb Scott Kostyshak 
<skost...@lyx.org>
> Why are export tests autotests?
> 
> autotests are defined (in the README file) as: "Automated tests based
> on the "MonKey Testing" keytest program."
> 
> I'm guessing this is just a convenience for organization?
> 
> Thanks,
> 
> Scott

Would you like to rename them?
They are called so because they reside in autotests directory.

        Kornel
diff --git a/development/autotests/CMakeLists.txt b/development/autotests/CMakeLists.txt
index d611307..e6aab37 100644
--- a/development/autotests/CMakeLists.txt
+++ b/development/autotests/CMakeLists.txt
@@ -51,7 +51,7 @@ file(GLOB lyx_files RELATIVE "${TOP_SRC_DIR}/lib/doc" "${TOP_SRC_DIR}/lib/doc/*.
 foreach(f ${lyx_files})
   # Strip extension
   string(REGEX REPLACE "\\.lyx$" "" f ${f})
-  add_test(NAME autotests/export/${f}_lyx16
+  add_test(NAME exports/${f}_lyx16
     WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/${LYX_HOME}"
     COMMAND ${CMAKE_COMMAND} -DLYX_ROOT=${TOP_SRC_DIR}/lib/doc
             -Dlyx=$<TARGET_FILE:${_lyx}>

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to