blob: 0955d6ad43e7e49192167ef9206b706637c0d4fd [file] [log] [blame]
# Copyright (c) 2014 The Native Client Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
ConfigureStep() {
SetupCrossEnvironment
LogExecute ${SRC_DIR}/configure -p ${INSTALL_DIR}/payload pnacl
}
InstallStep() {
LogExecute make install
}
TestStep() {
SetupCrossEnvironment
LogExecute make test
}