xastir/tests
simonbleher 7e555dbb2a Stub remaining util.c globals needed to link test_cad_objects
macOS and FreeBSD's linkers are strict about unresolved symbols that
GNU ld silently tolerated: screen_width, screen_height,
center_longitude, center_latitude, my_lat, my_long, and
dangerous_operation are only defined in main.c, which isn't linked
into the test binary. Verified locally with -Wl,--no-undefined.
2026-07-26 23:31:27 +02:00
..
atlocal.in database.c split, xastir.h cleanup, and add test infrastructure (#234) 2025-10-24 20:23:54 -05:00
cad_objects_tests.at Reset CAD polygon draw state when deleting in-progress object 2026-07-26 23:31:27 +02:00
db_tests.at Fix signpost decode when altitude precedes signpost text (issue #259) (#379) 2026-05-06 12:22:53 -06:00
interface_helpers.at database.c split, xastir.h cleanup, and add test infrastructure (#234) 2025-10-24 20:23:54 -05:00
log_utils_tests.at Fix two bugs corrupting pruned wx alert log entries 2026-07-26 12:19:21 +02:00
Makefile.am Reset CAD polygon draw state when deleting in-progress object 2026-07-26 23:31:27 +02:00
mock_output_my_aprs_data.c Update all copyright dates 2026-01-24 20:04:37 -07:00
nominatim_tests.at Replace the outdated TIGER/Line address lookup with Nominatim based lookup (#301) 2025-12-14 18:30:05 -06:00
object_utils_tests.at Add a unit tests for object/item formatters with overlay symbol 2025-11-28 22:18:41 -07:00
objects_tests.at Add a unit tests for object/item formatters with overlay symbol 2025-11-28 22:18:41 -07:00
output_my_aprs_data_tests.at Initial set of tests for output_my_aprs_data() (#256) 2025-11-12 22:31:13 -06:00
test_cad_objects.c Reset CAD polygon draw state when deleting in-progress object 2026-07-26 23:31:27 +02:00
test_cad_objects_stubs.c Stub remaining util.c globals needed to link test_cad_objects 2026-07-26 23:31:27 +02:00
test_db.c Fix signpost decode when altitude precedes signpost text (issue #259) (#379) 2026-05-06 12:22:53 -06:00
test_db_stubs.c Add configurable UTF-8 handling for APRS message traffic 2026-05-16 15:09:42 -06:00
test_framework.h Update all copyright dates 2026-01-24 20:04:37 -07:00
test_interface_helpers.c Update all copyright dates 2026-01-24 20:04:37 -07:00
test_log_utils.c Fix two bugs corrupting pruned wx alert log entries 2026-07-26 12:19:21 +02:00
test_log_utils_stubs.c Fix two bugs corrupting pruned wx alert log entries 2026-07-26 12:19:21 +02:00
test_nominatim.c Update all copyright dates 2026-01-24 20:04:37 -07:00
test_nominatim_stubs.c Update all copyright dates 2026-01-24 20:04:37 -07:00
test_object_utils.c Update all copyright dates 2026-01-24 20:04:37 -07:00
test_object_utils_stubs.c Update all copyright dates 2026-01-24 20:04:37 -07:00
test_objects.c Update all copyright dates 2026-01-24 20:04:37 -07:00
test_objects_stubs.c Add configurable UTF-8 handling for APRS message traffic 2026-05-16 15:09:42 -06:00
test_output_my_aprs_data.c Update all copyright dates 2026-01-24 20:04:37 -07:00
test_util.c Add copy_token() and use it in GEO file parsing 2026-07-22 21:55:51 +02:00
test_util_stubs.c Update all copyright dates 2026-01-24 20:04:37 -07:00
testsuite.at Reset CAD polygon draw state when deleting in-progress object 2026-07-26 23:31:27 +02:00
util_tests.at Add copy_token() and use it in GEO file parsing 2026-07-22 21:55:51 +02:00