&makegen_include("../../../../qa/common-Makegen");

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

do emit_library_rule(
    'dylan-test-suite', '$(BUILDROOT)/force.timestamp', '', 'compile', 'install'
);
