diff --git a/CMakeLists.txt b/CMakeLists.txt index 6ee4a1161..e932d747c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -911,18 +911,39 @@ if(BUILD_TESTING) # tests - external extempore_add_test(tests/external/fft.xtm) # examples - core + extempore_add_example_as_test(examples/core/audio_101.xtm 10) + extempore_add_example_as_test(examples/core/extempore_lang.xtm 10) + extempore_add_example_as_test(examples/core/fasta_lang_shootout.xtm 10) extempore_add_example_as_test(examples/core/fmsynth.xtm 10) - extempore_add_example_as_test(examples/core/xthread.xtm 10) - extempore_add_example_as_test(examples/core/scheduler.xtm 10) + extempore_add_example_as_test(examples/core/midi_synth.xtm 10) + extempore_add_example_as_test(examples/core/mtaudio.xtm 10) extempore_add_example_as_test(examples/core/nbody_lang_shootout.xtm 10) + extempore_add_example_as_test(examples/core/osc_101.xtm 10) + extempore_add_example_as_test(examples/core/polysynth.xtm 10) + extempore_add_example_as_test(examples/core/scheduler.xtm 10) + extempore_add_example_as_test(examples/core/topclock_metro.xtm 10) + extempore_add_example_as_test(examples/core/typeclasses.xtm 10) + extempore_add_example_as_test(examples/core/xthread.xtm 10) # examples - external + extempore_add_example_as_test(examples/external/audio_player.xtm 10) + extempore_add_example_as_test(examples/external/convolution_reverb.xtm 10) extempore_add_example_as_test(examples/external/electrofunk.xtm 10) - extempore_add_example_as_test(examples/external/shader-tutorials/triangle.xtm 10) + extempore_add_example_as_test(examples/external/gl-compatibility.xtm 10) + extempore_add_example_as_test(examples/external/going-native.xtm 60) + extempore_add_example_as_test(examples/external/granulator.xtm 10) + extempore_add_example_as_test(examples/external/gui.xtm 10) + extempore_add_example_as_test(examples/external/openvg.xtm 10) + extempore_add_example_as_test(examples/external/portmidi-output.xtm 10) + extempore_add_example_as_test(examples/external/portmidi.xtm 10) extempore_add_example_as_test(examples/external/raymarcher.xtm 10) + extempore_add_example_as_test(examples/external/sampler.xtm 10) + extempore_add_example_as_test(examples/external/shader-tutorials 10) + extempore_add_example_as_test(examples/external/sing_a_song.xtm 10) extempore_add_example_as_test(examples/external/spectrogram.xtm 10) - extempore_add_example_as_test(examples/external/gl-compatibility.xtm 10) + extempore_add_example_as_test(examples/external/xtmrender1.xtm 10) + extempore_add_example_as_test(examples/external/xtmrender2.xtm 10) extempore_add_example_as_test(examples/external/xtmrender3.xtm 10) - extempore_add_example_as_test(examples/external/going-native.xtm 60) + extempore_add_example_as_test(examples/external/xtmrender4.xtm 10) endif() ##########