summaryrefslogtreecommitdiff
path: root/libs/ardour/wscript
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-10-11 00:00:52 +0200
committerRobin Gareus <robin@gareus.org>2016-10-11 00:00:52 +0200
commit99e9382cdba60884b0e2f870a54dda70ac3c5b3b (patch)
tree488d8f67b2c3ecff0c66753534fe6dc3a719cacd /libs/ardour/wscript
parent2eb58913e88f87282fcd82d7d2516f1a2c1d2308 (diff)
Unit-tests to check Lua session+DSP scripts
Diffstat (limited to 'libs/ardour/wscript')
-rw-r--r--libs/ardour/wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/wscript b/libs/ardour/wscript
index 757a32deb1..c6821546d2 100644
--- a/libs/ardour/wscript
+++ b/libs/ardour/wscript
@@ -516,6 +516,7 @@ def build(bld):
create_ardour_test_program(bld, obj.includes, 'bbt', 'test_bbt', ['test/bbt_test.cc'])
create_ardour_test_program(bld, obj.includes, 'tempo', 'test_tempo', ['test/tempo_test.cc'])
create_ardour_test_program(bld, obj.includes, 'interpolation', 'test_interpolation', ['test/interpolation_test.cc'])
+ create_ardour_test_program(bld, obj.includes, 'lua_script', 'test_lua_script', ['test/lua_script_test.cc'])
create_ardour_test_program(bld, obj.includes, 'midi_clock_slave', 'test_midi_clock_slave', ['test/midi_clock_slave_test.cc'])
create_ardour_test_program(bld, obj.includes, 'resampled_source', 'test_resampled_source', ['test/resampled_source_test.cc'])
create_ardour_test_program(bld, obj.includes, 'framewalk_to_beats', 'test_framewalk_to_beats', ['test/framewalk_to_beats_test.cc'])
@@ -537,6 +538,7 @@ def build(bld):
test/dsp_load_calculator_test.cc
test/tempo_test.cc
test/interpolation_test.cc
+ test/lua_script_test.cc
test/midi_clock_slave_test.cc
test/resampled_source_test.cc
test/framewalk_to_beats_test.cc