Skip to content

Commit

Permalink
tests: now includes *all* examples in core and external
Browse files Browse the repository at this point in the history
  • Loading branch information
benswift committed Apr 18, 2016
1 parent f3ae46d commit 2a6633e
Showing 1 changed file with 26 additions and 5 deletions.
31 changes: 26 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()

##########
Expand Down

0 comments on commit 2a6633e

Please sign in to comment.