From 32c3f99c5f3dbc770fff6b12ef404f8c8ec7cc26 Mon Sep 17 00:00:00 2001 From: David Schneider Date: Mon, 20 Jun 2016 13:26:13 -0700 Subject: [PATCH 2/2] Add Mate and LXQT w-tests --- test/tests/w8-lxqt | 16 ++++++++++++++++ test/tests/w9-mate | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 test/tests/w8-lxqt create mode 100644 test/tests/w9-mate diff --git a/test/tests/w8-lxqt b/test/tests/w8-lxqt new file mode 100644 index 0000000..72da4f3 --- /dev/null +++ b/test/tests/w8-lxqt @@ -0,0 +1,16 @@ +#!/bin/sh -e +# Copyright (c) 2016 The crouton Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +if [ -z "$release" ]; then + echo "all" + exit 0 +fi + +target="lxqt" +startcmd="startlxqt" +xte="" + +# Run common file +. "$SCRIPTDIR/test/tests/w0-common" diff --git a/test/tests/w9-mate b/test/tests/w9-mate new file mode 100644 index 0000000..c1523a8 --- /dev/null +++ b/test/tests/w9-mate @@ -0,0 +1,16 @@ +#!/bin/sh -e +# Copyright (c) 2016 The crouton Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +if [ -z "$release" ]; then + echo "all" + exit 0 +fi + +target="mate" +startcmd="startmate" +xte="" + +# Run common file +. "$SCRIPTDIR/test/tests/w0-common" -- 1.9.1