Skip to content

Commit b4dac99

Browse files
redsun82Copilot
andcommitted
Just: add integration-tests justfiles for all languages
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 8a896ef commit b4dac99

File tree

8 files changed

+32
-0
lines changed

8 files changed

+32
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import "../../../lib.just"
2+
3+
[no-cd]
4+
test *ARGS=".": (_integration_test ARGS)

cpp/ql/integration-tests/justfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import "../../../lib.just"
2+
3+
[no-cd]
4+
test *ARGS=".": (_integration_test ARGS)
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import "../../../lib.just"
2+
3+
[no-cd]
4+
test *ARGS=".": (_integration_test ARGS)

go/ql/integration-tests/justfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import "../../../lib.just"
2+
3+
[no-cd]
4+
test *ARGS=".": (_integration_test ARGS)

java/ql/integration-tests/justfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import "../../../lib.just"
2+
3+
[no-cd]
4+
test *ARGS=".": (_integration_test ARGS)
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import "../../../lib.just"
2+
3+
[no-cd]
4+
test *ARGS=".": (_integration_test ARGS)
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import "../../../lib.just"
2+
3+
[no-cd]
4+
test *ARGS=".": (_integration_test ARGS)

ruby/ql/integration-tests/justfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import "../../../lib.just"
2+
3+
[no-cd]
4+
test *ARGS=".": (_integration_test ARGS)

0 commit comments

Comments
 (0)