diff --git a/tests/wscript b/tests/wscript index fcccc3b1..b7653bf1 100644 --- a/tests/wscript +++ b/tests/wscript @@ -8,6 +8,7 @@ test_programs = { 'testSem': ['testSem.cpp'], 'jack_test': ['jack_test.cpp'], 'jack_cpu': ['jack_cpu.c'], + 'jdelay': ['jdelay.cpp'], } def build(bld):