mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-26 14:28:30 +00:00
Test restricting tests to single cpu
This commit is contained in:
parent
fe01642a20
commit
b734eec836
3 changed files with 47 additions and 3 deletions
|
@ -30,6 +30,8 @@
|
|||
#include "libc/thread/thread.h"
|
||||
#include "libc/thread/thread2.h"
|
||||
|
||||
int disable_limit_process_to_single_cpu;
|
||||
|
||||
void SetUp(void) {
|
||||
if (!IsLinux() && !IsFreebsd() && !IsWindows()) {
|
||||
exit(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue