Skip to content

Commit

Permalink
tests: add laze_required_version integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Dec 15, 2023
1 parent 48f7a7c commit 414e882
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/32_laze_required_version/EXPECTED_EXIT_CODE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1
1 change: 1 addition & 0 deletions src/tests/32_laze_required_version/laze-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
laze_required_version: 99.0.0
11 changes: 11 additions & 0 deletions src/tests/32_laze_required_version/test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/sh

. ../test-common.sh

cleanup
build
clean_temp_files

echo TEST_OK

cleanup

0 comments on commit 414e882

Please sign in to comment.