1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-09 12:50:17 +00:00
QB64-PE/tests/compile_tests/midi
Matthew Kilgore d876f1bb22 Add license tests
This adds logic for testing the new license generation functionality.
This is done by having the expected license for a variety of
tests that use different dependencies, and then comparing that against
the license QB64-PE actually produces when compiling these test files.

Note that because the actual used dependencies changes depending upon
the OS, we have separate expected licenses for each of Linux, Windows,
and Mac OS. This required some build changes to accomidate, in addition
to the testing logic changes themselves.
2022-10-01 15:08:01 -04:00
..
custom-soundfont.bas Add initial MIDI language support 2022-09-04 23:35:14 -04:00
custom-soundfont.output Add initial MIDI language support 2022-09-04 23:35:14 -04:00
midi.mid Add initial MIDI language support 2022-09-04 23:35:14 -04:00
midisoundfont_extra_text.bas Add initial MIDI language support 2022-09-04 23:35:14 -04:00
midisoundfont_extra_text.err Add initial MIDI language support 2022-09-04 23:35:14 -04:00
midisoundfont_missing_left_quote.bas Add initial MIDI language support 2022-09-04 23:35:14 -04:00
midisoundfont_missing_left_quote.err Add initial MIDI language support 2022-09-04 23:35:14 -04:00
midisoundfont_missing_right_quote.bas Add initial MIDI language support 2022-09-04 23:35:14 -04:00
midisoundfont_missing_right_quote.err Add initial MIDI language support 2022-09-04 23:35:14 -04:00
midisoundfont_no_quotes.bas Add initial MIDI language support 2022-09-04 23:35:14 -04:00
midisoundfont_no_quotes.err Add initial MIDI language support 2022-09-04 23:35:14 -04:00
midisoundfont_no_unstable.bas Add initial MIDI language support 2022-09-04 23:35:14 -04:00
midisoundfont_no_unstable.err Add initial MIDI language support 2022-09-04 23:35:14 -04:00
openal_error.bas Add test of MIDI unsupported with OpenAL 2022-09-04 23:35:14 -04:00
openal_error.err Add test of MIDI unsupported with OpenAL 2022-09-04 23:35:14 -04:00
openal_error.flags Add test of MIDI unsupported with OpenAL 2022-09-04 23:35:14 -04:00
test-soundfont.sf2 Add initial MIDI language support 2022-09-04 23:35:14 -04:00
test.bas Add initial MIDI language support 2022-09-04 23:35:14 -04:00
test.lnx.license Add license tests 2022-10-01 15:08:01 -04:00
test.osx.license Add license tests 2022-10-01 15:08:01 -04:00
test.output Add initial MIDI language support 2022-09-04 23:35:14 -04:00
test.win.license Add license tests 2022-10-01 15:08:01 -04:00