1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-20 03:14:45 +00:00
QB64-PE/tests/compile_tests
Matthew Kilgore 871da4fc12 Fix divide in CONST
The regular division symbol always converts its arguments to floating
point before dividing, similar to how integer division converts its
arguments to integers before dividing.
2024-02-25 01:36:56 -05:00
..
audio_handle_test Add tests for SOUND and PLAY "MB" 2022-09-17 03:06:24 -04:00
audio_mem_test Fix all test failures 2023-01-06 18:31:27 +05:30
audio_out Update test license output files 2023-09-21 00:13:25 +05:30
audio_sound_test Add tests for SOUND and PLAY "MB" 2022-09-17 03:06:24 -04:00
audio_test Audio tests cannot be run on Linux 2022-05-12 00:21:02 -04:00
basic Update test license files 2022-10-25 07:28:35 +05:30
colors Fix _RGB32() optional arguments 2023-02-13 00:25:51 -05:00
console Add more tests and dynamic library support 2022-05-12 00:21:02 -04:00
console_only Update tests 2023-03-19 04:12:46 +05:30
const Fix divide in CONST 2024-02-25 01:36:56 -05:00
data Add $CONSOLE:ONLY and libz tests 2022-09-17 03:06:24 -04:00
declare_library Add more tests and dynamic library support 2022-05-12 00:21:02 -04:00
declare_library_dynamic Add more tests and dynamic library support 2022-05-12 00:21:02 -04:00
declare_library_external Fix DECLARE LIBRARY against stripped .so file 2023-02-19 02:10:51 -05:00
declare_library_header Add tests of new .h file resolution 2023-04-25 09:48:08 -04:00
declare_library_static Fix linking static libraries on Windows 2022-07-09 14:59:33 -04:00
deviceinput Disable deviceinput test on Linux 2022-06-09 21:30:37 -04:00
embed Another try... 2023-12-15 20:45:02 +01:00
embed_relative Another try... 2023-12-15 20:45:02 +01:00
extra Add tests of new .h file resolution 2023-04-25 09:48:08 -04:00
filename The -o flag should not strip extensions except for .exe 2023-02-18 14:50:31 -05:00
filesystem Cleanup FS_GetKnownDirectory() and make libqb/ compile using -O2 2024-01-02 23:49:43 +05:30
font Add test for loading font file from memory 2023-04-28 23:23:08 +05:30
glut Add GLUT initialization tests 2022-11-29 20:04:53 -05:00
hash Fix hash test 2024-02-03 14:35:55 +01:00
http _OpenClient() should return zero on connection failure, not error 2022-11-20 18:44:24 -05:00
icon Step 3: Update test cases 2022-08-10 00:51:12 +02:00
icon_relative Step 3: Update test cases 2022-08-10 00:51:12 +02:00
image Add CHDIR _STARTDIR$ to svg_test.bas 2023-12-05 09:49:03 +05:30
include_once 7.) Fix test case 2024-02-07 22:01:34 +01:00
include_paths Fix compiling bas files relative to the CWD 2022-09-30 17:13:43 -04:00
keyboard Fix keyboard _Device on Windows 2023-04-25 19:12:01 -04:00
libz Update tests 2023-03-19 04:12:46 +05:30
midi Remove midi-openal test 2023-09-22 10:53:21 +05:30
name with spaces Apply .compile-from-base to existing filename-based tests 2023-04-25 09:48:08 -04:00
opengl Add Compilation tests for different dependencies 2022-04-28 23:00:06 -04:00
paint Swap bmp test images for png 2022-11-09 21:56:44 -05:00
qb64pe Avoid newline characters in test 2024-01-19 21:30:10 -05:00
rotations Update rotation test to include more cases 2022-09-02 10:15:07 +05:30
screenimage Replace time() with std::chrono, fix startup delay 2023-01-08 20:24:25 -05:00
single'quote'test Apply .compile-from-base to existing filename-based tests 2023-04-25 09:48:08 -04:00
sockets Add Compilation tests for different dependencies 2022-04-28 23:00:06 -04:00
timer Stopped timers don't trigger on TIMER ON 2023-02-12 21:27:25 -05:00
types Add testsuite of built-in Types 2022-10-01 14:18:53 -04:00
utilities Add PAINT tile image-based tests 2022-11-08 01:02:22 -05:00
versioninfo Add Compilation tests for different dependencies 2022-04-28 23:00:06 -04:00
versioninfo2 Add a few more VERSIONINFO tests 2022-05-06 14:29:37 -04:00
versioninfo3 Add a few more VERSIONINFO tests 2022-05-06 14:29:37 -04:00
winresource Step 3: Update test cases 2022-08-10 00:51:12 +02:00