Testinator

This commit is contained in:
2026-07-01 13:12:07 +09:00
parent d801090960
commit b3d71f5336
12 changed files with 418 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
#! /usr/bin/env bash
# Copyright (c) 2026 QPQ AG <info@qpq.swiss>. All rights reserved.
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-QPQ-Commercial
set -e
abs_dir="$(cd -P $(dirname ${BASH_SOURCE}) && pwd)"
project_dir="$(dirname $abs_dir)"
cd "$project_dir"
java -cp "build:build/classes" Testinator $@