Skip to content

Commit

Permalink
tests for rms thread
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschlatter committed Apr 2, 2023
1 parent 149b4b9 commit 10259b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_table.awk
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ BEGIN {
NR_OF_TESTS += 2;
}

/G.+-ext/ {
# ext M threads have +/-62.5 deg slopes, horizontal crest / valley
/(G.+-ext)|(RMS-ext)/ {
# ext G- and RMS threads have +/-62.5 deg slopes, horizontal crest / valley
parse();
m1 = slope(v0, v3) / deg;
m2 = slope(v2, v1) / deg;
Expand All @@ -122,8 +122,8 @@ BEGIN {
NR_OF_TESTS += 2;
}

/G.+-int/ {
# int G threads have +/-62.5 deg slopes, horizontal crest / valley
/(G.+-int)|(RMS-int)/ {
# int G- and RMS threads have +/-62.5 deg slopes, horizontal crest / valley
parse();
m1 = slope(v3, v0) / deg;
m2 = slope(v1, v2) / deg;
Expand Down

0 comments on commit 10259b6

Please sign in to comment.