]> Kevux Git Server - fll/commitdiff
Update: Add cmocka specific environment variables to the testfiles.
authorKevin Day <thekevinday@gmail.com>
Sun, 15 May 2022 16:06:46 +0000 (11:06 -0500)
committerKevin Day <thekevinday@gmail.com>
Sun, 15 May 2022 16:06:46 +0000 (11:06 -0500)
These environment variables are commented out by default.
The "define" "settings" Object defines the environment variable.
The "environment" "settings" Object exposes that environment variable to any called programs.

20 files changed:
level_0/f_account/data/build/testfile
level_0/f_capability/data/build/testfile
level_0/f_color/data/build/testfile
level_0/f_console/data/build/testfile
level_0/f_control_group/data/build/testfile
level_0/f_conversion/data/build/testfile
level_0/f_directory/data/build/testfile
level_0/f_environment/data/build/testfile
level_0/f_execute/data/build/testfile
level_0/f_file/data/build/testfile
level_0/f_iki/data/build/testfile
level_0/f_limit/data/build/testfile
level_0/f_memory/data/build/testfile
level_0/f_path/data/build/testfile
level_0/f_pipe/data/build/testfile
level_0/f_status_string/data/build/testfile
level_0/f_string/data/build/testfile
level_0/f_type_array/data/build/testfile
level_0/f_utf/data/build/testfile
level_2/fll_status_string/data/build/testfile

index aa214a7d626ec2d1e358ce37e5e6904a43ff2f84..ac5bfa0dcc572deef6a4612c299461760bd56153 100644 (file)
@@ -5,6 +5,16 @@ settings:
   fail exit
 
   environment LD_LIBRARY_PATH
+  environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT
+
+  # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure.
+  #CMOCKA_TEST_ABORT 1
+
+  # One of: STDOUT, SUBUNIT, TAP, or XML.
+  #define CMOCKA_MESSAGE_OUTPUT STDOUT
+
+  # When in "XML" output mode, output to this file rather than stdout.
+  #define CMOCKA_XML_FILE ./out.xml
 
 main:
   build settings-mocks
index 25e57dd5e246b921b36dbce25e09d4c66188efc3..9b1a2b7c09031d691a23a63ace02322b356b4b3e 100644 (file)
@@ -5,6 +5,16 @@ settings:
   fail exit
 
   environment LD_LIBRARY_PATH
+  environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT
+
+  # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure.
+  #CMOCKA_TEST_ABORT 1
+
+  # One of: STDOUT, SUBUNIT, TAP, or XML.
+  #define CMOCKA_MESSAGE_OUTPUT STDOUT
+
+  # When in "XML" output mode, output to this file rather than stdout.
+  #define CMOCKA_XML_FILE ./out.xml
 
 main:
   build settings-mocks
index 4e9d3f849fd61cd48c8a70eaa92ec71fa273796c..502ccee21cab3930991df5341f5bcea3d2f0fb8b 100644 (file)
@@ -5,6 +5,16 @@ settings:
   fail exit
 
   environment LD_LIBRARY_PATH
+  environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT
+
+  # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure.
+  #CMOCKA_TEST_ABORT 1
+
+  # One of: STDOUT, SUBUNIT, TAP, or XML.
+  #define CMOCKA_MESSAGE_OUTPUT STDOUT
+
+  # When in "XML" output mode, output to this file rather than stdout.
+  #define CMOCKA_XML_FILE ./out.xml
 
 main:
   build settings-mocks
index 311e81abfc4f665ed241cdcf6af959ee7544c69a..8b9d33e1e1b85f6b6460bc13b24116155de43cd6 100644 (file)
@@ -5,6 +5,16 @@ settings:
   fail exit
 
   environment LD_LIBRARY_PATH
+  environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT
+
+  # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure.
+  #CMOCKA_TEST_ABORT 1
+
+  # One of: STDOUT, SUBUNIT, TAP, or XML.
+  #define CMOCKA_MESSAGE_OUTPUT STDOUT
+
+  # When in "XML" output mode, output to this file rather than stdout.
+  #define CMOCKA_XML_FILE ./out.xml
 
 main:
   build settings
index 40f06794a24346a1fcdacea03601350ab8f4b7dd..f19c98cec900a551f566fa456d45290bfd1c7450 100644 (file)
@@ -5,6 +5,16 @@ settings:
   fail exit
 
   environment LD_LIBRARY_PATH
+  environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT
+
+  # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure.
+  #CMOCKA_TEST_ABORT 1
+
+  # One of: STDOUT, SUBUNIT, TAP, or XML.
+  #define CMOCKA_MESSAGE_OUTPUT STDOUT
+
+  # When in "XML" output mode, output to this file rather than stdout.
+  #define CMOCKA_XML_FILE ./out.xml
 
 main:
   build settings
index 53cf788cd063306cfcc9304dcb4170c7fcf3aefc..cee60f377acecbb46f43070eb636a8a1928a7f8a 100644 (file)
@@ -5,6 +5,16 @@ settings:
   fail exit
 
   environment LD_LIBRARY_PATH
+  environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT
+
+  # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure.
+  #CMOCKA_TEST_ABORT 1
+
+  # One of: STDOUT, SUBUNIT, TAP, or XML.
+  #define CMOCKA_MESSAGE_OUTPUT STDOUT
+
+  # When in "XML" output mode, output to this file rather than stdout.
+  #define CMOCKA_XML_FILE ./out.xml
 
 main:
   # Disable mocks until mocking can be fixed for this project.
index 6b96d79b6fc1458f0116a2290d6a757e926251d5..9a1026ba264888bd3b78893bf3362a17b0da1ca7 100644 (file)
@@ -5,6 +5,16 @@ settings:
   fail exit
 
   environment LD_LIBRARY_PATH
+  environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT
+
+  # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure.
+  #CMOCKA_TEST_ABORT 1
+
+  # One of: STDOUT, SUBUNIT, TAP, or XML.
+  #define CMOCKA_MESSAGE_OUTPUT STDOUT
+
+  # When in "XML" output mode, output to this file rather than stdout.
+  #define CMOCKA_XML_FILE ./out.xml
 
 main:
   build settings-mocks
index f1f064b12510b8623c527c5d37a5e41d1a16306b..6dbe64c6604aaf8ff0faf37d7bb117e37fe6068e 100644 (file)
@@ -5,6 +5,16 @@ settings:
   fail exit
 
   environment LD_LIBRARY_PATH
+  environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT
+
+  # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure.
+  #CMOCKA_TEST_ABORT 1
+
+  # One of: STDOUT, SUBUNIT, TAP, or XML.
+  #define CMOCKA_MESSAGE_OUTPUT STDOUT
+
+  # When in "XML" output mode, output to this file rather than stdout.
+  #define CMOCKA_XML_FILE ./out.xml
 
 main:
   build settings-mocks
index 74dc4ad3ddfc624d7780746486456074702cdb6e..44573bab65160c7ddf29244ea562e1bd7bf2828e 100644 (file)
@@ -5,6 +5,16 @@ settings:
   fail exit
 
   environment LD_LIBRARY_PATH
+  environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT
+
+  # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure.
+  #CMOCKA_TEST_ABORT 1
+
+  # One of: STDOUT, SUBUNIT, TAP, or XML.
+  #define CMOCKA_MESSAGE_OUTPUT STDOUT
+
+  # When in "XML" output mode, output to this file rather than stdout.
+  #define CMOCKA_XML_FILE ./out.xml
 
 main:
   build settings
index 143bd6161d81ea60dd1f1dfd103fcd124b3cbb0f..d67527609292e6014090285040a8217c1a49b557 100644 (file)
@@ -5,6 +5,16 @@ settings:
   fail exit
 
   environment LD_LIBRARY_PATH
+  environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT
+
+  # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure.
+  #CMOCKA_TEST_ABORT 1
+
+  # One of: STDOUT, SUBUNIT, TAP, or XML.
+  #define CMOCKA_MESSAGE_OUTPUT STDOUT
+
+  # When in "XML" output mode, output to this file rather than stdout.
+  #define CMOCKA_XML_FILE ./out.xml
 
 main:
   build settings-mocks
index 6e93dcdfa0373db0bb8ddb5bcbc4cc74bcdf69a5..d31509100a524f5adc91b4b70595f6c9e6f780e4 100644 (file)
@@ -5,6 +5,16 @@ settings:
   fail exit
 
   environment LD_LIBRARY_PATH
+  environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT
+
+  # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure.
+  #CMOCKA_TEST_ABORT 1
+
+  # One of: STDOUT, SUBUNIT, TAP, or XML.
+  #define CMOCKA_MESSAGE_OUTPUT STDOUT
+
+  # When in "XML" output mode, output to this file rather than stdout.
+  #define CMOCKA_XML_FILE ./out.xml
 
 main:
   build settings
index b11973756c1c1c2c61e655f7de086ed3c8bf27ba..ffd5c81def3554dc258d9305ed6196d95aa50f1e 100644 (file)
@@ -5,6 +5,16 @@ settings:
   fail exit
 
   environment LD_LIBRARY_PATH
+  environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT
+
+  # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure.
+  #CMOCKA_TEST_ABORT 1
+
+  # One of: STDOUT, SUBUNIT, TAP, or XML.
+  #define CMOCKA_MESSAGE_OUTPUT STDOUT
+
+  # When in "XML" output mode, output to this file rather than stdout.
+  #define CMOCKA_XML_FILE ./out.xml
 
 main:
   build settings-mocks
index ebd9fb33595d2f09c990fb9c59e421917eb3adac..c39af04498aca6fa113f0aad7416c63aa4e05c60 100644 (file)
@@ -5,6 +5,16 @@ settings:
   fail exit
 
   environment LD_LIBRARY_PATH
+  environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT
+
+  # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure.
+  #CMOCKA_TEST_ABORT 1
+
+  # One of: STDOUT, SUBUNIT, TAP, or XML.
+  #define CMOCKA_MESSAGE_OUTPUT STDOUT
+
+  # When in "XML" output mode, output to this file rather than stdout.
+  #define CMOCKA_XML_FILE ./out.xml
 
 main:
   build settings
index c0f71b49f933103880d5b9f9ef61de7f9fe9b5f0..d0a6cc2db1082127eb4e26bfb0e15f424e3b63c6 100644 (file)
@@ -5,6 +5,16 @@ settings:
   fail exit
 
   environment LD_LIBRARY_PATH
+  environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT
+
+  # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure.
+  #CMOCKA_TEST_ABORT 1
+
+  # One of: STDOUT, SUBUNIT, TAP, or XML.
+  #define CMOCKA_MESSAGE_OUTPUT STDOUT
+
+  # When in "XML" output mode, output to this file rather than stdout.
+  #define CMOCKA_XML_FILE ./out.xml
 
 main:
   build settings-mocks
index 8737eb9b5b3cd0bdb42b03dccf2542e06a78003e..833588683bfdf7b3a8e31adae3877978293ee87f 100644 (file)
@@ -5,6 +5,16 @@ settings:
   fail exit
 
   environment LD_LIBRARY_PATH
+  environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT
+
+  # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure.
+  #CMOCKA_TEST_ABORT 1
+
+  # One of: STDOUT, SUBUNIT, TAP, or XML.
+  #define CMOCKA_MESSAGE_OUTPUT STDOUT
+
+  # When in "XML" output mode, output to this file rather than stdout.
+  #define CMOCKA_XML_FILE ./out.xml
 
 main:
   build settings-mocks
index 608c658ff0204fb340e4cdcc209005ddd9afc6d7..1b5c0fba79a500b63f70876a636877752a647295 100644 (file)
@@ -5,6 +5,16 @@ settings:
   fail exit
 
   environment LD_LIBRARY_PATH
+  environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT
+
+  # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure.
+  #CMOCKA_TEST_ABORT 1
+
+  # One of: STDOUT, SUBUNIT, TAP, or XML.
+  #define CMOCKA_MESSAGE_OUTPUT STDOUT
+
+  # When in "XML" output mode, output to this file rather than stdout.
+  #define CMOCKA_XML_FILE ./out.xml
 
 main:
   build settings
index 263cfb4cd741d596220fd56ba0a9c59f56b09ddb..58d9c42af756e97e9c709f75d393e957180a36d5 100644 (file)
@@ -5,6 +5,16 @@ settings:
   fail exit
 
   environment LD_LIBRARY_PATH
+  environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT
+
+  # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure.
+  #CMOCKA_TEST_ABORT 1
+
+  # One of: STDOUT, SUBUNIT, TAP, or XML.
+  #define CMOCKA_MESSAGE_OUTPUT STDOUT
+
+  # When in "XML" output mode, output to this file rather than stdout.
+  #define CMOCKA_XML_FILE ./out.xml
 
 main:
   build settings
index c7e9fe7e083824b1addb03eb5ed6b0dbc4c45f06..7db8a72c903ee9c5a4015b22d3dfbcf2718d48b0 100644 (file)
@@ -5,6 +5,16 @@ settings:
   fail exit
 
   environment LD_LIBRARY_PATH
+  environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT
+
+  # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure.
+  #CMOCKA_TEST_ABORT 1
+
+  # One of: STDOUT, SUBUNIT, TAP, or XML.
+  #define CMOCKA_MESSAGE_OUTPUT STDOUT
+
+  # When in "XML" output mode, output to this file rather than stdout.
+  #define CMOCKA_XML_FILE ./out.xml
 
 main:
   build settings
index e310b54c0c026a63e51396c2aea40fab7e6befae..d460c2e1ea3d9e1b4768e75d70b8ff2554d7fddc 100644 (file)
@@ -5,6 +5,16 @@ settings:
   fail exit
 
   environment LD_LIBRARY_PATH
+  environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT
+
+  # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure.
+  #CMOCKA_TEST_ABORT 1
+
+  # One of: STDOUT, SUBUNIT, TAP, or XML.
+  #define CMOCKA_MESSAGE_OUTPUT STDOUT
+
+  # When in "XML" output mode, output to this file rather than stdout.
+  #define CMOCKA_XML_FILE ./out.xml
 
 main:
   build settings
index 11a36289ae6c1e5ed41d2c67f4abf08abc70ccf9..1aa75f41d28337426c071d52889e9f6c1517e793 100644 (file)
@@ -5,6 +5,16 @@ settings:
   fail exit
 
   environment LD_LIBRARY_PATH
+  environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT
+
+  # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure.
+  #CMOCKA_TEST_ABORT 1
+
+  # One of: STDOUT, SUBUNIT, TAP, or XML.
+  #define CMOCKA_MESSAGE_OUTPUT STDOUT
+
+  # When in "XML" output mode, output to this file rather than stdout.
+  #define CMOCKA_XML_FILE ./out.xml
 
 main:
   build settings