Skip to content

Commit

Permalink
Missed adding some tests to CTest
Browse files Browse the repository at this point in the history
  • Loading branch information
djowel committed Sep 1, 2024
1 parent 30ea25d commit a3404b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,10 @@ add_test(NAME test_bitset COMMAND test_bitset)
add_test(NAME test_decibel COMMAND test_decibel)
add_test(NAME test_moving_sum COMMAND test_moving_sum)
add_test(NAME test_pitch COMMAND test_pitch)
add_test(NAME test_period_detector COMMAND test_period_detector)
add_test(NAME test_pitch_detector COMMAND test_pitch_detector)
add_test(NAME test_pitch_detector_ex COMMAND test_pitch_detector_ex)
add_test(NAME test_sin COMMAND test_sin)
add_test(NAME test_gen_envelope COMMAND test_gen_envelope)
add_test(NAME test_gen_adsr_envelope COMMAND test_gen_adsr_envelope)
add_test(NAME test_dynamics COMMAND test_dynamics)

0 comments on commit a3404b4

Please sign in to comment.