Changeset d548fc0 in mainline for tools/xcw/bin/helenos-test


Ignore:
Timestamp:
2019-11-15T11:52:18Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
84876aa4, c6ac9a55
Parents:
b78300f
git-author:
Jiri Svoboda <jiri@…> (2019-11-14 22:44:04)
git-committer:
Jiri Svoboda <jiri@…> (2019-11-15 11:52:18)
Message:

Bring back helenos-bld-config and ammend XCW demo

Demonstrate use of helenos-bld-config and helenos-test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/xcw/bin/helenos-test

    rb78300f rd548fc0  
    11#!/bin/bash
    22#
    3 # Copyright (c) 2018 Jiri Svoboda
     3# Copyright (c) 2019 Jiri Svoboda
    44# All rights reserved.
    55#
     
    3333
    3434XCW="$(dirname "$0")"
    35 SRC_ROOT="$XCW/../../.."
     35BUILD_ROOT="$(dirname "$(dirname "$(dirname "$XCW")")")"
    3636
    37 cd "$SRC_ROOT"
    38 make
     37cd "$BUILD_ROOT"
     38ninja image_path
    3939tools/ew.py
Note: See TracChangeset for help on using the changeset viewer.