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

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

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