FEX/unittests/32Bit_ASM
Paulo Matos ad52514b97 Use number of jobs as defined by TEST_JOB_COUNT
At the moment we always run ctest with max number of cpus. If
undefined, it will keep current behaviour, otherwise it will
honour TEST_JOB_COUNT.

Therefore to run ctest one test at a time, use
`cmake ... -DTEST_JOB_COUNT=1`
2024-07-03 14:09:39 +02:00
..
FEX_bugs unittests/ASM: Adds tests for loop instruction address size overrides 2024-03-21 20:18:43 -07:00
Primary unittests: Test for 16-bit popa insertion behaviour 2023-08-04 17:24:52 +01:00
PrimaryGroup unittests: Adds more imul unit tests for flags 2021-07-03 21:48:18 -07:00
Secondary OpcodeDispatcher: Implement support for SMSW 2024-04-18 07:41:39 -07:00
SecondaryModRM X86Tables: Fixes CLZero destination address 2023-08-04 02:31:30 -07:00
TwoByte unittests: Adds 32-bit tests for signed displacement wraparound 2022-01-23 18:38:44 -08:00
X87 unittests: Adds negative integer x87 tests 2023-01-08 10:44:46 -08:00
CMakeLists.txt Use number of jobs as defined by TEST_JOB_COUNT 2024-07-03 14:09:39 +02:00
Disabled_Tests Softfloat: Fixes FSCALE 2022-03-13 14:11:31 -07:00
Disabled_Tests_host unittests: Disable SGDT tests on host 2022-11-24 18:29:05 -08:00
Known_Failures Disable fprem unittests 2022-01-28 19:39:03 -08:00