Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Sep 6, 2024
1 parent 8e8671b commit 40fa21d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
-DCMAKE_BUILD_TYPE=Debug
",
build: "cmake --build build --config Debug",
test: "ctest --output-on-failure --test-dir build"
test: "ctest --output-on-failure --test-dir build -V -R performance"
}
- {
name: "Ubuntu gcc",
Expand Down
6 changes: 3 additions & 3 deletions test/performance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,9 @@ int main()
d.loc_size = 1024;
d.obj = d.loc = loc_buffer;
d.matches = 0;
assert(!memcmp(events[0], "PFMDetune\0\0\0i,\0\0", 16));

assert(!memcmp(events[0], "PFMDetune\0\0\0,i\0\0\0\0\0\x17", 20));

/*
* run RTOSC
*/
Expand Down

0 comments on commit 40fa21d

Please sign in to comment.