]> Kevux Git Server - fll/commitdiff
Cleanup: Unit test header macros should end in an 'h'.
authorKevin Day <thekevinday@gmail.com>
Mon, 24 Jan 2022 03:52:46 +0000 (21:52 -0600)
committerKevin Day <thekevinday@gmail.com>
Mon, 24 Jan 2022 03:52:46 +0000 (21:52 -0600)
55 files changed:
level_0/f_account/tests/c/test-account-by_id.h
level_0/f_account/tests/c/test-account-by_name.h
level_0/f_account/tests/c/test-account-group_id_by_name.h
level_0/f_account/tests/c/test-account-group_name_by_id.h
level_0/f_account/tests/c/test-account-id_by_name.h
level_0/f_account/tests/c/test-account-name_by_id.h
level_0/f_capability/tests/c/test-capability-ambient_get.h
level_0/f_capability/tests/c/test-capability-ambient_reset.h
level_0/f_capability/tests/c/test-capability-ambient_set.h
level_0/f_capability/tests/c/test-capability-clear.h
level_0/f_capability/tests/c/test-capability-clear_flag.h
level_0/f_capability/tests/c/test-capability-compare.h
level_0/f_capability/tests/c/test-capability-copy.h
level_0/f_capability/tests/c/test-capability-copy_external.h
level_0/f_capability/tests/c/test-capability-copy_internal.h
level_0/f_capability/tests/c/test-capability-delete.h
level_0/f_capability/tests/c/test-capability-file_descriptor_get.h
level_0/f_capability/tests/c/test-capability-file_descriptor_set.h
level_0/f_capability/tests/c/test-capability-file_get.h
level_0/f_capability/tests/c/test-capability-file_set.h
level_0/f_capability/tests/c/test-capability-flag_get.h
level_0/f_capability/tests/c/test-capability-flag_set.h
level_0/f_capability/tests/c/test-capability-from_name.h
level_0/f_capability/tests/c/test-capability-from_text.h
level_0/f_capability/tests/c/test-capability-groups_set.h
level_0/f_capability/tests/c/test-capability-initialize.h
level_0/f_capability/tests/c/test-capability-mode_get.h
level_0/f_capability/tests/c/test-capability-mode_get_name.h
level_0/f_capability/tests/c/test-capability-mode_set.h
level_0/f_capability/tests/c/test-capability-owner_get.h
level_0/f_capability/tests/c/test-capability-owner_set.h
level_0/f_capability/tests/c/test-capability-process_bound_drop.h
level_0/f_capability/tests/c/test-capability-process_bound_get.h
level_0/f_capability/tests/c/test-capability-process_get.h
level_0/f_capability/tests/c/test-capability-process_get_by_id.h
level_0/f_capability/tests/c/test-capability-process_set.h
level_0/f_capability/tests/c/test-capability-security_bits_get.h
level_0/f_capability/tests/c/test-capability-security_bits_set.h
level_0/f_capability/tests/c/test-capability-size.h
level_0/f_capability/tests/c/test-capability-supported.h
level_0/f_capability/tests/c/test-capability-supported_ambient.h
level_0/f_capability/tests/c/test-capability-supported_code.h
level_0/f_capability/tests/c/test-capability-to_name.h
level_0/f_capability/tests/c/test-capability-to_text.h
level_0/f_capability/tests/c/test-capability-user_set.h
level_0/f_color/tests/c/test-color-load_context.h
level_0/f_color/tests/c/test-color-save_1.h
level_0/f_color/tests/c/test-color-save_2.h
level_0/f_color/tests/c/test-color-save_3.h
level_0/f_color/tests/c/test-color-save_4.h
level_0/f_color/tests/c/test-color-save_5.h
level_0/f_console/tests/c/test-console-identify.h
level_0/f_console/tests/c/test-console-parameter_prioritize_left.h
level_0/f_console/tests/c/test-console-parameter_prioritize_right.h
level_0/f_console/tests/c/test-console-parameter_process.h

index 111eb12b6ff4e09b48b7858aa8dbcfe5e41d5379..7910a76b738fd9f1eda3cc61b89f6ead5fa30d05 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the account project.
  */
-#ifndef _TEST__F_account_by_id_
-#define _TEST__F_account_by_id_
+#ifndef _TEST__F_account_by_id_h
+#define _TEST__F_account_by_id_h
 
 /**
  * Test that function fails.
@@ -40,4 +40,4 @@ extern void test__f_account_by_id__not_found(void **state);
  */
 extern void test__f_account_by_id__works(void **state);
 
-#endif // _TEST__F_account_by_id_
+#endif // _TEST__F_account_by_id_h
index 0c7812c9ac42c322b263f0607414e08224330c8f..22129af22e6d961b837b2d71eeaddf0bd76c79c4 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the account project.
  */
-#ifndef _TEST__F_account_by_name_
-#define _TEST__F_account_by_name_
+#ifndef _TEST__F_account_by_name_h
+#define _TEST__F_account_by_name_h
 
 /**
  * Test that function fails.
@@ -40,4 +40,4 @@ extern void test__f_account_by_name__not_found(void **state);
  */
 extern void test__f_account_by_name__works(void **state);
 
-#endif // _TEST__F_account_by_name_
+#endif // _TEST__F_account_by_name_h
index 75121c2e9843380a317875f7789c62575b381414..7f3ea750e23a1e3638c721ef84dad9a94e05e820 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the account project.
  */
-#ifndef _TEST__F_account_id_group_by_name_
-#define _TEST__F_account_id_group_by_name_
+#ifndef _TEST__F_account_id_group_by_name_h
+#define _TEST__F_account_id_group_by_name_h
 
 /**
  * Test that function fails.
@@ -40,4 +40,4 @@ extern void test__f_account_group_id_by_name__not_found(void **state);
  */
 extern void test__f_account_group_id_by_name__works(void **state);
 
-#endif // _TEST__F_account_id_group_by_name_
+#endif // _TEST__F_account_id_group_by_name_h
index a5f017d44944713b834d554349e65ebb1fc4e84b..785c39b532b13c4fb3547006bdcab0d6efd8ee6a 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the account project.
  */
-#ifndef _TEST__F_account_name_group_by_id_
-#define _TEST__F_account_name_group_by_id_
+#ifndef _TEST__F_account_name_group_by_id_h
+#define _TEST__F_account_name_group_by_id_h
 
 /**
  * Test that function fails.
@@ -40,4 +40,4 @@ extern void test__f_account_group_name_by_id__not_found(void **state);
  */
 extern void test__f_account_group_name_by_id__works(void **state);
 
-#endif // _TEST__F_account_name_group_by_id_
+#endif // _TEST__F_account_name_group_by_id_h
index 97534c0c5ac0689da664e72eb4cedf4cd63e2a17..1aa619994c3cfe55e97b89282ae8a09919a94a01 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the account project.
  */
-#ifndef _TEST__F_account_id_user_by_name_
-#define _TEST__F_account_id_user_by_name_
+#ifndef _TEST__F_account_id_user_by_name_h
+#define _TEST__F_account_id_user_by_name_h
 
 /**
  * Test that function fails.
@@ -40,4 +40,4 @@ extern void test__f_account_id_by_name__not_found(void **state);
  */
 extern void test__f_account_id_by_name__works(void **state);
 
-#endif // _TEST__F_account_id_user_by_name_
+#endif // _TEST__F_account_id_user_by_name_h
index 994763daf417af0ec1f5b9e4fac91f960b950969..6920bb4028922feac899d2ea0973416627c05913 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the account project.
  */
-#ifndef _TEST__F_account_name_user_by_id_
-#define _TEST__F_account_name_user_by_id_
+#ifndef _TEST__F_account_name_user_by_id_h
+#define _TEST__F_account_name_user_by_id_h
 
 /**
  * Test that function fails.
@@ -40,4 +40,4 @@ extern void test__f_account_name_by_id__not_found(void **state);
  */
 extern void test__f_account_name_by_id__works(void **state);
 
-#endif // _TEST__F_account_name_user_by_id_
+#endif // _TEST__F_account_name_user_by_id_h
index edaad3c8f9c1ecf4630eb4434d8f668ef1ffaa85..4e8a39bb68de7a8511390598279340537c80dbbe 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the capability project.
  */
-#ifndef _TEST__F_capability__ambient_get
-#define _TEST__F_capability__ambient_get
+#ifndef _TEST__F_capability__ambient_get_h
+#define _TEST__F_capability__ambient_get_h
 
 /**
  * Test that function fails.
@@ -33,4 +33,4 @@ extern void test__f_capability_ambient_get__fails(void **state);
  */
 extern void test__f_capability_ambient_get__works(void **state);
 
-#endif // _TEST__F_capability__ambient_get
+#endif // _TEST__F_capability__ambient_get_h
index 7e6c91ae5617424b6171dac52182962340d3db83..c0c62caa3dc6062efc09fe79726fc415130083b3 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the capability project.
  */
-#ifndef _TEST__F_capability__ambient_reset
-#define _TEST__F_capability__ambient_reset
+#ifndef _TEST__F_capability__ambient_reset_h
+#define _TEST__F_capability__ambient_reset_h
 
 /**
  * Test that function fails.
@@ -26,4 +26,4 @@ extern void test__f_capability_ambient_reset__fails(void **state);
  */
 extern void test__f_capability_ambient_reset__works(void **state);
 
-#endif // _TEST__F_capability__ambient_reset
+#endif // _TEST__F_capability__ambient_reset_h
index d57dde116294fbb47a06ec34b150809d38e6fc63..6b22f31064e5d1ebe2907ae4cbe765fea549aa7f 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the capability project.
  */
-#ifndef _TEST__F_capability__ambient_set
-#define _TEST__F_capability__ambient_set
+#ifndef _TEST__F_capability__ambient_set_h
+#define _TEST__F_capability__ambient_set_h
 
 /**
  * Test that function fails.
@@ -26,4 +26,4 @@ extern void test__f_capability_ambient_set__fails(void **state);
  */
 extern void test__f_capability_ambient_set__works(void **state);
 
-#endif // _TEST__F_capability__ambient_set
+#endif // _TEST__F_capability__ambient_set_h
index 61a4011da519092641d42281693efac60de1391d..392ac7e6933d985eb0ce4f88e64aaba491ea340e 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the capability project.
  */
-#ifndef _TEST__F_capability__clear
-#define _TEST__F_capability__clear
+#ifndef _TEST__F_capability__clear_h
+#define _TEST__F_capability__clear_h
 
 /**
  * Test that function fails.
@@ -33,4 +33,4 @@ extern void test__f_capability_clear__fails(void **state);
  */
 extern void test__f_capability_clear__works(void **state);
 
-#endif // _TEST__F_capability__clear
+#endif // _TEST__F_capability__clear_h
index 4f9fe5ff09353c321589ee859f4e3f1a11476f99..388e3e30c409b3f4670cd87107468fa686388bd7 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the capability project.
  */
-#ifndef _TEST__F_capability__clear_flag
-#define _TEST__F_capability__clear_flag
+#ifndef _TEST__F_capability__clear_flag_h
+#define _TEST__F_capability__clear_flag_h
 
 /**
  * Test that function fails.
@@ -33,4 +33,4 @@ extern void test__f_capability_clear_flag__fails(void **state);
  */
 extern void test__f_capability_clear_flag__works(void **state);
 
-#endif // _TEST__F_capability__clear_flag
+#endif // _TEST__F_capability__clear_flag_h
index 2c087c42d2ac0f8aaa3a7be6e543330f3da2c307..e854730de089072dd2d816325768a5b083f1e690 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the capability project.
  */
-#ifndef _TEST__F_capability__compare
-#define _TEST__F_capability__compare
+#ifndef _TEST__F_capability__compare_h
+#define _TEST__F_capability__compare_h
 
 /**
  * Test that function fails.
@@ -26,4 +26,4 @@ extern void test__f_capability_compare__fails(void **state);
  */
 extern void test__f_capability_compare__works(void **state);
 
-#endif // _TEST__F_capability__compare
+#endif // _TEST__F_capability__compare_h
index 0b4f45305660c000a89bf5494411029eb0373251..6815e0084e2b50038074f4e36b56308504b9e29b 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the capability project.
  */
-#ifndef _TEST__F_capability__copy
-#define _TEST__F_capability__copy
+#ifndef _TEST__F_capability__copy_h
+#define _TEST__F_capability__copy_h
 
 /**
  * Test that function fails.
@@ -33,4 +33,4 @@ extern void test__f_capability_copy__works(void **state);
   extern void test__f_capability_copy__parameter_checking(void **state);
 #endif // _di_level_0_parameter_checking_
 
-#endif // _TEST__F_capability__copy
+#endif // _TEST__F_capability__copy_h
index 358f3ac1c4911067cf3e5964c16892d422b153a7..3d0c9a8e62121dfca015cf8a04f488d2122f9b80 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the capability project.
  */
-#ifndef _TEST__F_capability__copy_external
-#define _TEST__F_capability__copy_external
+#ifndef _TEST__F_capability__copy_external_h
+#define _TEST__F_capability__copy_external_h
 
 /**
  * Test that function fails.
@@ -33,4 +33,4 @@ extern void test__f_capability_copy_external__fails(void **state);
  */
 extern void test__f_capability_copy_external__works(void **state);
 
-#endif // _TEST__F_capability__copy_external
+#endif // _TEST__F_capability__copy_external_h
index 6e2bac1ff504f42592eeb37683b2d3ab14327632..3e64b416c0c0488399e30a08a9fe4f09f2004ea0 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the capability project.
  */
-#ifndef _TEST__F_capability__copy_internal
-#define _TEST__F_capability__copy_internal
+#ifndef _TEST__F_capability__copy_internal_h
+#define _TEST__F_capability__copy_internal_h
 
 /**
  * Test that function fails.
@@ -33,4 +33,4 @@ extern void test__f_capability_copy_internal__fails(void **state);
  */
 extern void test__f_capability_copy_internal__works(void **state);
 
-#endif // _TEST__F_capability__copy_internal
+#endif // _TEST__F_capability__copy_internal_h
index 6d6e6bd79062216fbb1f810bbfb6f58b6fc2a3ad..c834362bd9507f0ae87ed82555853d3435ef4104 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the capability project.
  */
-#ifndef _TEST__F_capability__delete
-#define _TEST__F_capability__delete
+#ifndef _TEST__F_capability__delete_h
+#define _TEST__F_capability__delete_h
 
 /**
  * Test that function fails.
@@ -33,4 +33,4 @@ extern void test__f_capability_delete__fails(void **state);
  */
 extern void test__f_capability_delete__works(void **state);
 
-#endif // _TEST__F_capability__delete
+#endif // _TEST__F_capability__delete_h
index b4e0db3898c607477d5cf380d395067e22d96329..e7df00f70a3a1a9daea65819688b65a650cf8828 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the capability project.
  */
-#ifndef _TEST__F_capability__file_descriptor_get
-#define _TEST__F_capability__file_descriptor_get
+#ifndef _TEST__F_capability__file_descriptor_get_h
+#define _TEST__F_capability__file_descriptor_get_h
 
 /**
  * Test that function fails.
@@ -33,4 +33,4 @@ extern void test__f_capability_file_descriptor_get__fails(void **state);
  */
 extern void test__f_capability_file_descriptor_get__works(void **state);
 
-#endif // _TEST__F_capability__file_descriptor_get
+#endif // _TEST__F_capability__file_descriptor_get_h
index bbb762811e9246f27b1c2f07197b797388a0e53f..735ecf30062632bcda71acf911a80f4b9ac62771 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the capability project.
  */
-#ifndef _TEST__F_capability__file_descriptor_set
-#define _TEST__F_capability__file_descriptor_set
+#ifndef _TEST__F_capability__file_descriptor_set_h
+#define _TEST__F_capability__file_descriptor_set_h
 
 /**
  * Test that function fails.
@@ -26,4 +26,4 @@ extern void test__f_capability_file_descriptor_set__fails(void **state);
  */
 extern void test__f_capability_file_descriptor_set__works(void **state);
 
-#endif // _TEST__F_capability__file_descriptor_set
+#endif // _TEST__F_capability__file_descriptor_set_h
index bc77e5ae9efd03a3ec88524f176f9cca07358285..c61bfecca726de862875b526cdb8855e27795d37 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the capability project.
  */
-#ifndef _TEST__F_capability__file_get
-#define _TEST__F_capability__file_get
+#ifndef _TEST__F_capability__file_get_h
+#define _TEST__F_capability__file_get_h
 
 /**
  * Test that function fails.
@@ -33,4 +33,4 @@ extern void test__f_capability_file_get__fails(void **state);
  */
 extern void test__f_capability_file_get__works(void **state);
 
-#endif // _TEST__F_capability__file_get
+#endif // _TEST__F_capability__file_get_h
index cf2ee1deaeae7b979cc4f960a194861ecd9aa8e1..30ac40e8cc33538803403fc68595be10f24a03ef 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the capability project.
  */
-#ifndef _TEST__F_capability__file_set
-#define _TEST__F_capability__file_set
+#ifndef _TEST__F_capability__file_set_h
+#define _TEST__F_capability__file_set_h
 
 /**
  * Test that function fails.
@@ -26,4 +26,4 @@ extern void test__f_capability_file_set__fails(void **state);
  */
 extern void test__f_capability_file_set__works(void **state);
 
-#endif // _TEST__F_capability__file_set
+#endif // _TEST__F_capability__file_set_h
index dfbdea8ed2c9a65e5bf58cc728e7cbbee77639df..f1f8d6e26bd58e29b6aae532efa926dab9ce3348 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the capability project.
  */
-#ifndef _TEST__F_capability__flag_get
-#define _TEST__F_capability__flag_get
+#ifndef _TEST__F_capability__flag_get_h
+#define _TEST__F_capability__flag_get_h
 
 /**
  * Test that function fails.
@@ -33,4 +33,4 @@ extern void test__f_capability_flag_get__fails(void **state);
  */
 extern void test__f_capability_flag_get__works(void **state);
 
-#endif // _TEST__F_capability__flag_get
+#endif // _TEST__F_capability__flag_get_h
index 6c2638c357ea11952b5cf6c83ab84068c127f365..ce3ab952b32bf92de72675bf25e6808ce7bad1af 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the capability project.
  */
-#ifndef _TEST__F_capability__flag_set
-#define _TEST__F_capability__flag_set
+#ifndef _TEST__F_capability__flag_set_h
+#define _TEST__F_capability__flag_set_h
 
 /**
  * Test that function fails.
@@ -33,4 +33,4 @@ extern void test__f_capability_flag_set__fails(void **state);
  */
 extern void test__f_capability_flag_set__works(void **state);
 
-#endif // _TEST__F_capability__flag_set
+#endif // _TEST__F_capability__flag_set_h
index 7eaea9c95c772b65c577b32a7a6b273fd8b68bfb..0a6ba81c8e7a084cde86b0ee00e14b518dc69cb6 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the capability project.
  */
-#ifndef _TEST__F_capability__from_name
-#define _TEST__F_capability__from_name
+#ifndef _TEST__F_capability__from_name_h
+#define _TEST__F_capability__from_name_h
 
 /**
  * Test that function fails.
@@ -33,4 +33,4 @@ extern void test__f_capability_from_name__fails(void **state);
  */
 extern void test__f_capability_from_name__works(void **state);
 
-#endif // _TEST__F_capability__from_name
+#endif // _TEST__F_capability__from_name_h
index 751948bcb2cf50a0313bd51cf6d1217ac259769b..0179fc5c82099b58d02d5aad9bc36ed8dde87da9 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the capability project.
  */
-#ifndef _TEST__F_capability__from_text
-#define _TEST__F_capability__from_text
+#ifndef _TEST__F_capability__from_text_h
+#define _TEST__F_capability__from_text_h
 
 /**
  * Test that function fails.
@@ -33,4 +33,4 @@ extern void test__f_capability_from_text__fails(void **state);
  */
 extern void test__f_capability_from_text__works(void **state);
 
-#endif // _TEST__F_capability__from_text
+#endif // _TEST__F_capability__from_text_h
index 9374f0f76431d5535246b71bc1599cabe7459438..b0e533f501f4d0537d712b5d4798399ca7a53fe3 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the capability project.
  */
-#ifndef _TEST__F_capability__groups_set
-#define _TEST__F_capability__groups_set
+#ifndef _TEST__F_capability__groups_set_h
+#define _TEST__F_capability__groups_set_h
 
 /**
  * Test that function fails.
@@ -26,4 +26,4 @@ extern void test__f_capability_groups_set__fails(void **state);
  */
 extern void test__f_capability_groups_set__works(void **state);
 
-#endif // _TEST__F_capability__groups_set
+#endif // _TEST__F_capability__groups_set_h
index 224763b32a29c4ad83462b3543d21e947f446eff..bfacec0e016a3628f453de65842517c38b42e540 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the capability project.
  */
-#ifndef _TEST__F_capability__initialize
-#define _TEST__F_capability__initialize
+#ifndef _TEST__F_capability__initialize_h
+#define _TEST__F_capability__initialize_h
 
 /**
  * Test that function fails.
@@ -33,4 +33,4 @@ extern void test__f_capability_initialize__fails(void **state);
  */
 extern void test__f_capability_initialize__works(void **state);
 
-#endif // _TEST__F_capability__initialize
+#endif // _TEST__F_capability__initialize_h
index 0350e9089cdefddb7a5486b4e5849c2ff752e3b7..269b9990e3d70ef22274a425f389786f2e97b313 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the capability project.
  */
-#ifndef _TEST__F_capability__mode_get
-#define _TEST__F_capability__mode_get
+#ifndef _TEST__F_capability__mode_get_h
+#define _TEST__F_capability__mode_get_h
 
 // cap_get_mode() doesn't return failure.
 
@@ -28,4 +28,4 @@
  */
 extern void test__f_capability_mode_get__works(void **state);
 
-#endif // _TEST__F_capability__mode_get
+#endif // _TEST__F_capability__mode_get_h
index d9f368f64175a5976b466019331c0da08eac7e32..abc3b70cb161b06cece03751b6936c0c0e618b28 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the capability project.
  */
-#ifndef _TEST__F_capability__mode_get_name
-#define _TEST__F_capability__mode_get_name
+#ifndef _TEST__F_capability__mode_get_name_h
+#define _TEST__F_capability__mode_get_name_h
 
 // cap_mode_name() doesn't return failure.
 
@@ -28,4 +28,4 @@
  */
 extern void test__f_capability_mode_get_name__works(void **state);
 
-#endif // _TEST__F_capability__mode_get_name
+#endif // _TEST__F_capability__mode_get_name_h
index 621b6b6a89cc4a8f52c6b47c870daac7b7c91f08..b26cbfa71378d7e9dc363f907952f6abd2b154ea 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the capability project.
  */
-#ifndef _TEST__F_capability__mode_set
-#define _TEST__F_capability__mode_set
+#ifndef _TEST__F_capability__mode_set_h
+#define _TEST__F_capability__mode_set_h
 
 /**
  * Test that function fails.
@@ -26,4 +26,4 @@ extern void test__f_capability_mode_set__fails(void **state);
  */
 extern void test__f_capability_mode_set__works(void **state);
 
-#endif // _TEST__F_capability__mode_set
+#endif // _TEST__F_capability__mode_set_h
index 08bcf63259faa811a6dcc5f43a8d111e1ad7a447..ad5d8f6e24f7e5b45df626af212478abcdcfd1cb 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the capability project.
  */
-#ifndef _TEST__F_capability__owner_get
-#define _TEST__F_capability__owner_get
+#ifndef _TEST__F_capability__owner_get_h
+#define _TEST__F_capability__owner_get_h
 
 // cap_mode_name() doesn't return failure.
 
@@ -28,4 +28,4 @@
  */
 extern void test__f_capability_owner_get__works(void **state);
 
-#endif // _TEST__F_capability__owner_get
+#endif // _TEST__F_capability__owner_get_h
index 60c0c4a9efd513c95b89ac0c15e861741d30159d..973bb913adfad32773ee6a4f5599ff34922bfa8b 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the capability project.
  */
-#ifndef _TEST__F_capability__owner_set
-#define _TEST__F_capability__owner_set
+#ifndef _TEST__F_capability__owner_set_h
+#define _TEST__F_capability__owner_set_h
 
 /**
  * Test that function fails.
@@ -26,4 +26,4 @@ extern void test__f_capability_owner_set__fails(void **state);
  */
 extern void test__f_capability_owner_set__works(void **state);
 
-#endif // _TEST__F_capability__owner_set
+#endif // _TEST__F_capability__owner_set_h
index 4981054c5de276fa753a98207e0c3af576940af6..b84b135982dce15f07fc0d74ffdb9bc7093f2c23 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the capability project.
  */
-#ifndef _TEST__F_capability__process_bound_drop
-#define _TEST__F_capability__process_bound_drop
+#ifndef _TEST__F_capability__process_bound_drop_h
+#define _TEST__F_capability__process_bound_drop_h
 
 /**
  * Test that function fails.
@@ -33,4 +33,4 @@ extern void test__f_capability_process_bound_drop__fails(void **state);
  */
 extern void test__f_capability_process_bound_drop__works(void **state);
 
-#endif // _TEST__F_capability__process_bound_drop
+#endif // _TEST__F_capability__process_bound_drop_h
index 58bd2e86a16537fa9a88d7fa842503f7b509a429..c66aac60e26930446574ce57ccdc9e2c659e7c6a 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the capability project.
  */
-#ifndef _TEST__F_capability__process_bound_get
-#define _TEST__F_capability__process_bound_get
+#ifndef _TEST__F_capability__process_bound_get_h
+#define _TEST__F_capability__process_bound_get_h
 
 /**
  * Test that function fails.
@@ -33,4 +33,4 @@ extern void test__f_capability_process_bound_get__fails(void **state);
  */
 extern void test__f_capability_process_bound_get__works(void **state);
 
-#endif // _TEST__F_capability__process_bound_get
+#endif // _TEST__F_capability__process_bound_get_h
index eb01f17c8aeec859d7e27eb4d586e9330fd615bd..314c2e045e57559ac16c1487c95e45bcf0fcbb8f 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the capability project.
  */
-#ifndef _TEST__F_capability__process_get
-#define _TEST__F_capability__process_get
+#ifndef _TEST__F_capability__process_get_h
+#define _TEST__F_capability__process_get_h
 
 /**
  * Test that function fails.
@@ -33,4 +33,4 @@ extern void test__f_capability_process_get__fails(void **state);
  */
 extern void test__f_capability_process_get__works(void **state);
 
-#endif // _TEST__F_capability__process_get
+#endif // _TEST__F_capability__process_get_h
index 6688dd3e9414feef22b37ed1215da8b1db5ee169..68e0bad20e79db9e48a52cf1d185d2c6b7838c75 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the capability project.
  */
-#ifndef _TEST__F_capability__process_get_by_id
-#define _TEST__F_capability__process_get_by_id
+#ifndef _TEST__F_capability__process_get_by_id_h
+#define _TEST__F_capability__process_get_by_id_h
 
 /**
  * Test that function fails.
@@ -33,4 +33,4 @@ extern void test__f_capability_process_get_by_id__fails(void **state);
  */
 extern void test__f_capability_process_get_by_id__works(void **state);
 
-#endif // _TEST__F_capability__process_get_by_id
+#endif // _TEST__F_capability__process_get_by_id_h
index f27f7aa6dd6ebab169cc9e58eed898a9fd084f2e..2b6588de9a2b63e278cce2f2a2e655dc4245a916 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the capability project.
  */
-#ifndef _TEST__F_capability__process_set
-#define _TEST__F_capability__process_set
+#ifndef _TEST__F_capability__process_set_h
+#define _TEST__F_capability__process_set_h
 
 /**
  * Test that function fails.
@@ -26,4 +26,4 @@ extern void test__f_capability_process_set__fails(void **state);
  */
 extern void test__f_capability_process_set__works(void **state);
 
-#endif // _TEST__F_capability__process_set
+#endif // _TEST__F_capability__process_set_h
index 72e1fd1fd8920571343629859055d31d5ce20f03..1d86a894905ee503ee07a0f9c413e848a756aad0 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the capability project.
  */
-#ifndef _TEST__F_capability__security_bits_get
-#define _TEST__F_capability__security_bits_get
+#ifndef _TEST__F_capability__security_bits_get_h
+#define _TEST__F_capability__security_bits_get_h
 
 /**
  * Test that function fails.
@@ -33,4 +33,4 @@ extern void test__f_capability_security_bits_get__fails(void **state);
  */
 extern void test__f_capability_security_bits_get__works(void **state);
 
-#endif // _TEST__F_capability__security_bits_get
+#endif // _TEST__F_capability__security_bits_get_h
index 3e7bb2da2ae6d7c5f3ae92d5425f0ee957eb4596..bea2ab70b5b391a08bf3561f539da66677f922fc 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the capability project.
  */
-#ifndef _TEST__F_capability__security_bits_set
-#define _TEST__F_capability__security_bits_set
+#ifndef _TEST__F_capability__security_bits_set_h
+#define _TEST__F_capability__security_bits_set_h
 
 /**
  * Test that function fails.
@@ -26,4 +26,4 @@ extern void test__f_capability_security_bits_set__fails(void **state);
  */
 extern void test__f_capability_security_bits_set__works(void **state);
 
-#endif // _TEST__F_capability__security_bits_set
+#endif // _TEST__F_capability__security_bits_set_h
index cf2701e9c9bc9f41610a0b9efd370190753bcba5..1896df7c240c8757be22a5c64680b122769bfc62 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the capability project.
  */
-#ifndef _TEST__F_capability__size
-#define _TEST__F_capability__size
+#ifndef _TEST__F_capability__size_h
+#define _TEST__F_capability__size_h
 
 /**
  * Test that function fails.
@@ -33,4 +33,4 @@ extern void test__f_capability_size__fails(void **state);
  */
 extern void test__f_capability_size__works(void **state);
 
-#endif // _TEST__F_capability__size
+#endif // _TEST__F_capability__size_h
index 2519ea5c1df618b2bac9615cf080a73d3d13ddea..919efb9e220cfcfebc5f1f4e02195250fbee6880 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the capability project.
  */
-#ifndef _TEST__F_capability__supported
-#define _TEST__F_capability__supported
+#ifndef _TEST__F_capability__supported_h
+#define _TEST__F_capability__supported_h
 
 // f_capability_supported() doesn't return failure.
 
@@ -21,4 +21,4 @@
  */
 extern void test__f_capability_supported__works(void **state);
 
-#endif // _TEST__F_capability__supported
+#endif // _TEST__F_capability__supported_h
index 90db89c61ec52f945768bfdc1359e80e7b6a6511..92fbb91cadb02afbbe06d0721ff513da6ae6ea08 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the capability project.
  */
-#ifndef _TEST__F_capability__supported_ambient
-#define _TEST__F_capability__supported_ambient
+#ifndef _TEST__F_capability__supported_ambient_h
+#define _TEST__F_capability__supported_ambient_h
 
 // f_capability_supported_ambient() doesn't return failure.
 
@@ -21,4 +21,4 @@
  */
 extern void test__f_capability_supported_ambient__works(void **state);
 
-#endif // _TEST__F_capability__supported_ambient
+#endif // _TEST__F_capability__supported_ambient_h
index 3a263e2545afb81e24c8a336c9442ed9f3519da7..66f3819ee3f5c4cce0baed899afbeb2b3aaaf033 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the capability project.
  */
-#ifndef _TEST__F_capability__supported_code
-#define _TEST__F_capability__supported_code
+#ifndef _TEST__F_capability__supported_code_h
+#define _TEST__F_capability__supported_code_h
 
 // f_capability_supported_code() doesn't return failure.
 
@@ -21,4 +21,4 @@
  */
 extern void test__f_capability_supported_code__works(void **state);
 
-#endif // _TEST__F_capability__supported_code
+#endif // _TEST__F_capability__supported_code_h
index 034fdc36f19abb547f1e32f856f61d84f745aa99..639ba3bce33a6cb41876eed852b7db3de7c25044 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the capability project.
  */
-#ifndef _TEST__F_capability__to_name
-#define _TEST__F_capability__to_name
+#ifndef _TEST__F_capability__to_name_h
+#define _TEST__F_capability__to_name_h
 
 /**
  * Test that function fails.
@@ -33,4 +33,4 @@ extern void test__f_capability_to_name__fails(void **state);
  */
 extern void test__f_capability_to_name__works(void **state);
 
-#endif // _TEST__F_capability__to_name
+#endif // _TEST__F_capability__to_name_h
index 5330e9c33e194122695cbe4b522b11f76adc700d..2adc8ef3c8e94de04753ebcec9c393956b65e072 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the capability project.
  */
-#ifndef _TEST__F_capability__to_text
-#define _TEST__F_capability__to_text
+#ifndef _TEST__F_capability__to_text_h
+#define _TEST__F_capability__to_text_h
 
 /**
  * Test that function fails.
@@ -33,4 +33,4 @@ extern void test__f_capability_to_text__fails(void **state);
  */
 extern void test__f_capability_to_text__works(void **state);
 
-#endif // _TEST__F_capability__to_text
+#endif // _TEST__F_capability__to_text_h
index c48355fab4abff08a54925f9a3c0bee133a457e5..ab1ac420a3e6a81790a46a4096d2f2a0e5133e1e 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the capability project.
  */
-#ifndef _TEST__F_capability__user_set
-#define _TEST__F_capability__user_set
+#ifndef _TEST__F_capability__user_set_h
+#define _TEST__F_capability__user_set_h
 
 /**
  * Test that function fails.
@@ -26,4 +26,4 @@ extern void test__f_capability_user_set__fails(void **state);
  */
 extern void test__f_capability_user_set__works(void **state);
 
-#endif // _TEST__F_capability__user_set
+#endif // _TEST__F_capability__user_set_h
index fb4d4f5b1242777cb99cef5bb089043e8f382308..3ecf4a6d21dc2a155677661724b8934ab4b63383 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the color project.
  */
-#ifndef _TEST__F_color__load_context
-#define _TEST__F_color__load_context
+#ifndef _TEST__F_color__load_context_h
+#define _TEST__F_color__load_context_h
 
 // f_color_load_context() only returns failures by other functions that have their own tests.
 
index a681d7c95b9428a4b244d138d378f6c461db1adf..d80b485a35a33e7e6b57c5e6d40926347224f53e 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the color project.
  */
-#ifndef _TEST__F_color__save_1
-#define _TEST__F_color__save_1
+#ifndef _TEST__F_color__save_1_h
+#define _TEST__F_color__save_1_h
 
 // f_color_save_1() only returns failures by other functions that have their own tests.
 
@@ -28,4 +28,4 @@
  */
 extern void test__f_color_save_1_works(void **state);
 
-#endif // _TEST__F_color__save_1
+#endif // _TEST__F_color__save_1_h
index b17b205448777ed77be9b93b09d93925315cbf25..69c442275a3cdae4c6b6bf61217b26647774458b 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the color project.
  */
-#ifndef _TEST__F_color__save_2
-#define _TEST__F_color__save_2
+#ifndef _TEST__F_color__save_2_h
+#define _TEST__F_color__save_2_h
 
 // f_color_save_2() only returns failures by other functions that have their own tests.
 
@@ -28,4 +28,4 @@
  */
 extern void test__f_color_save_2_works(void **state);
 
-#endif // _TEST__F_color__save_2
+#endif // _TEST__F_color__save_2_h
index 135554ffd8478c377afebd74c8f5c924d70da94f..33b874e9b95df1acaa6b96ddea56a8ebbdaf960e 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the color project.
  */
-#ifndef _TEST__F_color__save_3
-#define _TEST__F_color__save_3
+#ifndef _TEST__F_color__save_3_h
+#define _TEST__F_color__save_3_h
 
 // f_color_save_3() only returns failures by other functions that have their own tests.
 
@@ -28,4 +28,4 @@
  */
 extern void test__f_color_save_3_works(void **state);
 
-#endif // _TEST__F_color__save_3
+#endif // _TEST__F_color__save_3_h
index 1adf3360b5aaa953bfc61b9e6609b6dc59101b3d..cf177ef8eeeb003d47c3f5090b7b89cadd230476 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the color project.
  */
-#ifndef _TEST__F_color__save_4
-#define _TEST__F_color__save_4
+#ifndef _TEST__F_color__save_4_h
+#define _TEST__F_color__save_4_h
 
 // f_color_save_4() only returns failures by other functions that have their own tests.
 
@@ -28,4 +28,4 @@
  */
 extern void test__f_color_save_4_works(void **state);
 
-#endif // _TEST__F_color__save_4
+#endif // _TEST__F_color__save_4_h
index fad16f17a9934accb8f6e1f555cb0f85191cd2e5..6bc2aadbe6690eded1219911f97eef9aadf56ebe 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the color project.
  */
-#ifndef _TEST__F_color__save_5
-#define _TEST__F_color__save_5
+#ifndef _TEST__F_color__save_5_h
+#define _TEST__F_color__save_5_h
 
 // f_color_save_5() only returns failures by other functions that have their own tests.
 
@@ -28,4 +28,4 @@
  */
 extern void test__f_color_save_5_works(void **state);
 
-#endif // _TEST__F_color__save_5
+#endif // _TEST__F_color__save_5_h
index 7472bb6eb6fdb54cd3e957a9083d55878d145e3c..11d6ec17cf3c745511ad3c09662229824223ecbb 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the console project.
  */
-#ifndef _TEST__F_console_identify_
-#define _TEST__F_console_identify_
+#ifndef _TEST__F_console_identify_h
+#define _TEST__F_console_identify_h
 
 // f_console_identify() doesn't return failure.
 
@@ -28,4 +28,4 @@
  */
 extern void test__f_console_identify__works(void **state);
 
-#endif // _TEST__F_console_identify_
+#endif // _TEST__F_console_identify_h
index 46b9085a6eedc4e6e04861529b8b5de3575ca4f1..609ffae81396ef3a1a4da89634604d4b176b86a7 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the console project.
  */
-#ifndef _TEST__F_console_parameter_prioritize_left_
-#define _TEST__F_console_parameter_prioritize_left_
+#ifndef _TEST__F_console_parameter_prioritize_left_h
+#define _TEST__F_console_parameter_prioritize_left_h
 
 /**
  * Test that function fails.
@@ -33,4 +33,4 @@ extern void test__f_console_parameter_prioritize_left__fails(void **state);
  */
 extern void test__f_console_parameter_prioritize_left__works(void **state);
 
-#endif // _TEST__F_console_parameter_prioritize_left_
+#endif // _TEST__F_console_parameter_prioritize_left_h
index 36c2d9b1c05c812b502ca937b69647cacf614aef..156bc5944c806f2d3d74fd11d7ae22e83b6a472c 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the console project.
  */
-#ifndef _TEST__F_console_parameter_prioritize_right_
-#define _TEST__F_console_parameter_prioritize_right_
+#ifndef _TEST__F_console_parameter_prioritize_right_h
+#define _TEST__F_console_parameter_prioritize_right_h
 
 /**
  * Test that function fails.
@@ -33,4 +33,4 @@ extern void test__f_console_parameter_prioritize_right__fails(void **state);
  */
 extern void test__f_console_parameter_prioritize_right__works(void **state);
 
-#endif // _TEST__F_console_parameter_prioritize_right_
+#endif // _TEST__F_console_parameter_prioritize_right_h
index cb04c45cd1e30a6187cb6f522fa4c37a825b65f2..68c6b9b24220f1daaaebfc84aeea5f4aabe2af67 100644 (file)
@@ -7,8 +7,8 @@
  *
  * Test the console project.
  */
-#ifndef _TEST__F_console_parameter_process_
-#define _TEST__F_console_parameter_process_
+#ifndef _TEST__F_console_parameter_process_h
+#define _TEST__F_console_parameter_process_h
 
 // f_console_parameter_process() only returns memory failures.
 
@@ -42,4 +42,4 @@ extern void test__f_console_parameter_process__only_remaining(void **state);
  */
 extern void test__f_console_parameter_process__works(void **state);
 
-#endif // _TEST__F_console_parameter_process_
+#endif // _TEST__F_console_parameter_process_h