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

$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'
    . ' -L../../testworks'
    . ' -L../../testworks/tests';

$CPPFLAGS = '-I$(SRCROOT)/d2c/runtime';

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

do emit_run_tests_rule('testworks-test-suite-app');
