testing: separate the posix import into target files

This is needed for the docs generator to generate all the docs for the
posix package, if it is imported like it was on Windows it would
generate docs for the Windows version of the package which has much less
symbols exposed.
This commit is contained in:
Laytan Laats
2024-11-01 16:27:45 +01:00
parent c3971fe5fa
commit f798f0b446
3 changed files with 32 additions and 17 deletions
+6
View File
@@ -0,0 +1,6 @@
#+private
package testing
__setup_signal_handler :: proc() {}
_test_thread_cancel :: proc "contextless" () {}