]> gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/commitdiff
add enable unit testing mode
authorBastian Dehn <hhaalo@arcor.de>
Tue, 19 Mar 2024 18:34:03 +0000 (19:34 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Tue, 19 Mar 2024 18:34:03 +0000 (19:34 +0100)
tests/kds_s2000w_net_read_tests.h
tests/kds_s2000w_net_tests.h
tests/kds_s2000w_read_config_tests.h

index 107db579084b439b4f841b0938f7f960125e6487..355d750b305e2887c23ba450bdfc13ab7682544a 100644 (file)
@@ -1,5 +1,6 @@
 #ifndef KDS_S2000W_NET_READ_TESTS_H
 #define KDS_S2000W_NET_READ_TESTS_H
+#define UNIT_TESTING
 #include <stdarg.h>
 #include <stddef.h>
 #include <stdint.h>
index 3f2334c98b33199f0438284e7956ac38b3025803..3ca3c389e433c3b12fcbd1f452a6bdc20821d92e 100644 (file)
@@ -1,5 +1,6 @@
 #ifndef KDS_S2000W_NET_TESTS_H
 #define KDS_S2000W_NET_TESTS_H
+#define UNIT_TESTING
 #include <stdarg.h>
 #include <stddef.h>
 #include <stdint.h>
index 68d91a713472e47a137d63600be4e90ddac34385..aae626c031263c9e689b3ce396c32b62842718d3 100644 (file)
@@ -1,5 +1,6 @@
 #ifndef KDS_S2000W_READ_CONFIG_TESTS_H
 #define KDS_S2000W_READ_CONFIG_TESTS_H
+#define UNIT_TESTING
 #include <stdarg.h>
 #include <stddef.h>
 #include <stdint.h>