taglib/tests
Urs Fleisch fbbead3efd
Support custom temp and tests directories (#1268) (#1270)
The following user-settable values for CMake are supported:

- TESTS_DIR: Tests directory, is path to unit test data when 'data' is
  appended. Can be used to run the unit tests on a target.
- TESTS_TMPDIR: Directory for temporary files created during unit tests,
  system tmpdir is used if undefined. Has to be defined on systems
  without global temporary directory.
2025-05-01 19:55:46 +02:00
..
data Add Shorten (SHN) support (#1257) 2024-12-30 07:23:11 -06:00
CMakeLists.txt Compile time configuration of supported formats (#1262) 2025-02-02 12:24:26 +01:00
main.cpp Inspection: Code redundancies 2024-01-21 20:46:27 +01:00
plainfile.h Consistently use quote form when including our own headers 2023-07-22 07:09:58 +02:00
test_aiff.cpp unused includes (#1133) 2023-09-16 08:22:36 +02:00
test_ape.cpp unused includes (#1133) 2023-09-16 08:22:36 +02:00
test_apetag.cpp Inspection: Type can be replaced with auto 2024-01-21 20:46:27 +01:00
test_asf.cpp Inspection: Variable can be moved to inner scope 2024-01-21 20:46:27 +01:00
test_bytevector.cpp Fix segfaults with String and ByteVector nullptr arguments (#1247) (#1248) 2024-11-02 06:39:21 +01:00
test_bytevectorlist.cpp Use static_cast instead of C-style casts 2023-07-22 07:09:58 +02:00
test_bytevectorstream.cpp Consistently use quote form when including our own headers 2023-07-22 07:09:58 +02:00
test_complexproperties.cpp Compile time configuration of supported formats (#1262) 2025-02-02 12:24:26 +01:00
test_dsdiff.cpp Inspection: C-style cast is used instead of a C++ cast 2024-01-21 20:46:27 +01:00
test_dsf.cpp DSF: Support frame factory, ID3v2.3, allow trailing garbage 2023-09-26 16:23:03 +02:00
test_file.cpp unused includes (#1133) 2023-09-16 08:22:36 +02:00
test_fileref.cpp Compile time configuration of supported formats (#1262) 2025-02-02 12:24:26 +01:00
test_flac.cpp Inspection: Possibly unused #include directive 2024-01-21 20:46:27 +01:00
test_flacpicture.cpp Inspection: Possibly unused #include directive 2024-01-21 20:46:27 +01:00
test_flacunknownmetadatablock.cpp Inspection: Possibly unused #include directive 2024-01-21 20:46:27 +01:00
test_id3v1.cpp unused includes (#1133) 2023-09-16 08:22:36 +02:00
test_id3v2.cpp Inspection: Type can be replaced with auto 2024-01-21 20:46:27 +01:00
test_id3v2framefactory.cpp Compile time configuration of supported formats (#1262) 2025-02-02 12:24:26 +01:00
test_info.cpp unused includes (#1133) 2023-09-16 08:22:36 +02:00
test_it.cpp Fix issues reported by Clang Static Analyzer 2023-12-07 05:00:00 +01:00
test_list.cpp Detach list when setAutoDelete() is called 2023-12-02 08:03:14 +01:00
test_map.cpp Inspection: Code redundancies 2024-01-21 20:46:27 +01:00
test_mod.cpp Fix issues reported by CppCheck 2023-12-07 05:00:00 +01:00
test_mp4.cpp Support free form tags with MP4 properties (#1239) (#1240) 2024-07-29 20:24:33 +02:00
test_mp4coverart.cpp unused includes (#1133) 2023-09-16 08:22:36 +02:00
test_mp4item.cpp Provide equal operator for MP4::Item 2024-03-25 20:13:55 +01:00
test_mpc.cpp Fix MPC tests 2023-12-18 17:29:39 +01:00
test_mpeg.cpp Compile time configuration of supported formats (#1262) 2025-02-02 12:24:26 +01:00
test_ogg.cpp Inspection: Possibly unused #include directive 2024-01-21 20:46:27 +01:00
test_oggflac.cpp Inspection: Possibly unused #include directive 2024-01-21 20:46:27 +01:00
test_opus.cpp unused includes (#1133) 2023-09-16 08:22:36 +02:00
test_propertymap.cpp Compile time configuration of supported formats (#1262) 2025-02-02 12:24:26 +01:00
test_riff.cpp Inspection: Member function can be made const 2024-01-21 20:46:27 +01:00
test_s3m.cpp Fix issues reported by CppCheck 2023-12-07 05:00:00 +01:00
test_shorten.cpp Add Shorten (SHN) support (#1257) 2024-12-30 07:23:11 -06:00
test_sizes.cpp Compile time configuration of supported formats (#1262) 2025-02-02 12:24:26 +01:00
test_speex.cpp Consistently use quote form when including our own headers 2023-07-22 07:09:58 +02:00
test_string.cpp Fix segfaults with String and ByteVector nullptr arguments (#1247) (#1248) 2024-11-02 06:39:21 +01:00
test_synchdata.cpp unused includes (#1133) 2023-09-16 08:22:36 +02:00
test_tag_c.cpp Compile time configuration of supported formats (#1262) 2025-02-02 12:24:26 +01:00
test_trueaudio.cpp unused includes (#1133) 2023-09-16 08:22:36 +02:00
test_variant.cpp Variant type as container for complex properties 2023-10-14 09:01:59 +02:00
test_versionnumber.cpp Add simple runtime version check API (#970) 2023-10-06 14:15:30 +02:00
test_wav.cpp Inspection: Variable can be made constexpr 2024-01-21 20:46:27 +01:00
test_wavpack.cpp unused includes (#1133) 2023-09-16 08:22:36 +02:00
test_xiphcomment.cpp Inspection: Code redundancies 2024-01-21 20:46:27 +01:00
test_xm.cpp Fix issues reported by CppCheck 2023-12-07 05:00:00 +01:00
utils.h Support custom temp and tests directories (#1268) (#1270) 2025-05-01 19:55:46 +02:00