&makegen_include("../common-Makegen");
&compile_subdirs("tests");

$D2CFLAGS         # added by update-libdirs
    = $d2c_runtime
    . ' -L../../common/threads'
    . ' -L../../common/streams'
    . ' -L../../common/table-ext'
    . ' -L../../d2c/runtime/random'
    . ' -L../../common/common-dylan';

do emit_library_rule(
    'testworks', '$(BUILDROOT)/force.timestamp', '', 'compile', 'install');
