Skip to content

Commit

Permalink
tests: Skip the Compiler suite on QNX
Browse files Browse the repository at this point in the history
Due to temporary files being tricky, and this feature not being that
useful on QNX anyway.
  • Loading branch information
oleavr committed May 2, 2024
1 parent f273525 commit 6e06199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/runner.vala
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ namespace Frida.Test {
#endif
Frida.HostSessionTest.add_tests ();

#if HAVE_COMPILER_BACKEND
#if HAVE_COMPILER_BACKEND && !QNX
Frida.CompilerTest.add_tests ();
#endif

Expand Down

0 comments on commit 6e06199

Please sign in to comment.