test: Add subdirectory with integration tests #35
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "jan/feature/20260625-add-subdirectory-with-integration-test"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This pull request introduces two integration tests, or - more notably - a first draft for a location where to put future tests.
rules.mk: Remove debug $(info) for EXE_SH
The debug line "$(info EXE_SH=>$(EXE_SH)<)" was left in during development. Remove it.
profile|std-targets.mk: Add empty test target
Recursive make fails in scripts/usr-bin when driven through jw-pkg. Add empty test targets to remedy that.
test-jw-pkg.mk: Add file
Add include file to provide some definitions for a first integration test suite. It provides the shared make variables, most notably TEST_CMD_LINE as handy default for running jw-pkg.py.
test: Add subdirectory with integration test
Add a test/integration subdirectory as a location for integration tests. The first tests that are added are unproblematic in that they don't need superuser privileges to run:
help: Recursively check if jw-pkg.py's help messages are unchanged
packages ls: Check if the bash package exists and contains
Add subdirectory with integration testto test: Add subdirectory with integration testtest: Add subdirectory with integration testto test: Add subdirectory with integration tests