diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-04-06 02:23:01 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-04-06 02:23:01 +0900 |
| commit | fa9ad79209d85b0677b00ca1d41d070105fec09f (patch) | |
| tree | 95a81c0909e761e9cecb3cd7333201cb4ac62161 /phpunit.xml | |
| parent | a0f17ee6807f9a0605261a11a8ba46c57a9849a0 (diff) | |
| parent | de116dceae7ea654df28caab3fd2f3aefdffe188 (diff) | |
| download | php-waddiwasi-fa9ad79209d85b0677b00ca1d41d070105fec09f.tar.gz php-waddiwasi-fa9ad79209d85b0677b00ca1d41d070105fec09f.tar.zst php-waddiwasi-fa9ad79209d85b0677b00ca1d41d070105fec09f.zip | |
Merge branch 'fix/float-handling'
Diffstat (limited to 'phpunit.xml')
| -rw-r--r-- | phpunit.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpunit.xml b/phpunit.xml index 336683b..a6c6ac1 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -28,6 +28,7 @@ <file>tests/src/SpecTestsuites/Core/CallIndirectTest.php</file> <file>tests/src/SpecTestsuites/Core/CallTest.php</file> <file>tests/src/SpecTestsuites/Core/ConstTest.php</file> + <file>tests/src/SpecTestsuites/Core/ConversionsTest.php</file> <file>tests/src/SpecTestsuites/Core/DataTest.php</file> <file>tests/src/SpecTestsuites/Core/ElemTest.php</file> <file>tests/src/SpecTestsuites/Core/EndiannessTest.php</file> @@ -39,6 +40,9 @@ <file>tests/src/SpecTestsuites/Core/F64CmpTest.php</file> <file>tests/src/SpecTestsuites/Core/F64Test.php</file> <file>tests/src/SpecTestsuites/Core/FacTest.php</file> + <file>tests/src/SpecTestsuites/Core/FloatExprsTest.php</file> + <file>tests/src/SpecTestsuites/Core/FloatLiteralsTest.php</file> + <file>tests/src/SpecTestsuites/Core/FloatMemoryTest.php</file> <file>tests/src/SpecTestsuites/Core/FloatMiscTest.php</file> <file>tests/src/SpecTestsuites/Core/ForwardTest.php</file> <file>tests/src/SpecTestsuites/Core/FuncPtrsTest.php</file> |
