mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-22 13:34:18 +02:00
Adjust test suites
This commit is contained in:
parent
270405cb3c
commit
4c0f4f7d7a
2 changed files with 4 additions and 2 deletions
|
|
@ -2,7 +2,8 @@
|
|||
# Copyright 2023, project-repo and the cagebreak contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
testdir=$(mktemp -d)
|
||||
testdir="${MESONCURRENTCONFIGDIR}/_build-arguments/"
|
||||
mkdir "${testdir}"
|
||||
mkdir "${testdir}/arguments/"
|
||||
|
||||
readonly helptext="Usage: ./cagebreak [OPTIONS]
|
||||
|
|
|
|||
|
|
@ -2,7 +2,8 @@
|
|||
# Copyright 2023, project-repo and the cagebreak contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
testdir=$(mktemp -d)
|
||||
testdir="${MESONCURRENTCONFIGDIR}/_build-envvars"
|
||||
mkdir "${testdir}"
|
||||
mkdir "${testdir}/envvars/"
|
||||
mkdir "${testdir}/cagebreak"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue