aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_mm_sc_drf_01.cpp
Commit message (Collapse)AuthorAgeFilesLines
* clang-tidy: Add 'performance-' fixesSven Gothel2022-11-271-2/+2
| | | | | | | - Drop 'std::move' for trivially copyable things - Use 'const T&' if not moved into and used as R value only - Notable: Can also hold a default value! - Use non-const local vars, if used as return or move value
* ClangTidy: Fix test codeSven Gothel2022-11-211-2/+2
|
* Tests: Don't include iostream if not explicitly usedSven Gothel2022-08-051-1/+0
|
* Catch2: Adopt tests to v3.0.1Sven Gothel2022-06-191-2/+0
|
* unit tests: Add MIT license headerSven Gothel2020-12-251-0/+23
|
* Replace cppunit.h with Catch2 (v3-devel): Supporting CI integration, more ↵Sven Gothel2020-12-211-47/+37
| | | | versatile functionality (benchmarking, ..)
* Move jaucpp files to root-folderSven Gothel2020-10-161-0/+237