Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,7 @@ if(OPTIONAL_TEST)
${CUSTOM_SRC_DIR}/latlong.c
${CUSTOM_SRC_DIR}/tt_text.c
${CUSTOM_SRC_DIR}/symbols.c
${CUSTOM_SRC_DIR}/dlq.c
)

if(WIN32 OR CYGWIN)
Expand Down Expand Up @@ -576,6 +577,17 @@ if(OPTIONAL_TEST)
${CUSTOM_SRC_DIR}/tt_text.c
${CUSTOM_SRC_DIR}/symbols.c
${CUSTOM_SRC_DIR}/textcolor.c
${CUSTOM_SRC_DIR}/ax25_pad2.c
${CUSTOM_SRC_DIR}/fx25_init.c
${CUSTOM_SRC_DIR}/fx25_encode.c
${CUSTOM_SRC_DIR}/fx25_extract.c
${CUSTOM_SRC_DIR}/fx25_rec.c
${CUSTOM_SRC_DIR}/il2p_header.c
${CUSTOM_SRC_DIR}/il2p_init.c
${CUSTOM_SRC_DIR}/il2p_codec.c
${CUSTOM_SRC_DIR}/il2p_payload.c
${CUSTOM_SRC_DIR}/il2p_rec.c
${CUSTOM_SRC_DIR}/il2p_scramble.c
)

if(WIN32 OR CYGWIN)
Expand Down Expand Up @@ -634,6 +646,27 @@ if(OPTIONAL_TEST)
${CUSTOM_SRC_DIR}/audio_stats.c
${CUSTOM_SRC_DIR}/dtime_now.c
${CUSTOM_SRC_DIR}/dlq.c
${CUSTOM_SRC_DIR}/ax25_pad2.c
${CUSTOM_SRC_DIR}/decode_aprs.c
${CUSTOM_SRC_DIR}/fx25_encode.c
${CUSTOM_SRC_DIR}/fx25_extract.c
${CUSTOM_SRC_DIR}/fx25_init.c
${CUSTOM_SRC_DIR}/fx25_rec.c
${CUSTOM_SRC_DIR}/fx25_send.c
${CUSTOM_SRC_DIR}/gen_tone.c
${CUSTOM_SRC_DIR}/igate.c
${CUSTOM_SRC_DIR}/il2p_codec.c
${CUSTOM_SRC_DIR}/il2p_header.c
${CUSTOM_SRC_DIR}/il2p_init.c
${CUSTOM_SRC_DIR}/il2p_payload.c
${CUSTOM_SRC_DIR}/il2p_rec.c
${CUSTOM_SRC_DIR}/il2p_scramble.c
${CUSTOM_SRC_DIR}/il2p_send.c
${CUSTOM_SRC_DIR}/mheard.c
${CUSTOM_SRC_DIR}/pfilter.c
${CUSTOM_SRC_DIR}/symbols.c
${CUSTOM_SRC_DIR}/telemetry.c
${CUSTOM_SRC_DIR}/tt_text.c
)

if(LINUX)
Expand Down