Skip to content

Commit

Permalink
DO NOT MERGE: reduce number of tests for faster iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
anisse committed Jun 15, 2024
1 parent 058ba9d commit e769ebc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/fft.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ fn square_wave_fft(
}

#[test]
#[ignore]
fn test_realfft() {
// make a planner
let mut real_planner = RealFftPlanner::<f32>::new();
Expand Down Expand Up @@ -171,6 +172,7 @@ fn psgs(conf: AudioConf) -> (PsgDevice, PsgRender) {
}

#[test]
#[ignore]
fn test_psg() {
const SAMPLE_RATE: u32 = 44100;
const DURATION_SECS: u32 = 10;
Expand Down Expand Up @@ -255,6 +257,7 @@ fn test_psg() {
}

#[test]
#[ignore]
fn test_psg_duration() {
/*
goal is to verify that the generated square signal is within the wanted
Expand Down

0 comments on commit e769ebc

Please sign in to comment.