Skip to content

Commit 73ce4bc

Browse files
authored
Merge pull request #2284 from ferrous-systems/bindgen-as-workspace
Bindgen as a workspace
2 parents a900f8f + 0296f9e commit 73ce4bc

File tree

1,217 files changed

+682
-306
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,217 files changed

+682
-306
lines changed

.github/workflows/bindgen.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
# TODO: Actually run quickchecks once `bindgen` is reliable enough.
7070
- name: Build quickcheck tests
71-
run: cd tests/quickchecking && cargo test
71+
run: cd bindgen-tests/tests/quickchecking && cargo test
7272

7373
test-expectations:
7474
runs-on: ${{matrix.os}}
@@ -88,7 +88,7 @@ jobs:
8888
override: true
8989

9090
- name: Test expectations
91-
run: cd tests/expectations && cargo test
91+
run: cd bindgen-tests/tests/expectations && cargo test
9292

9393
test:
9494
runs-on: ${{matrix.os}}

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
target/
33
*~
44
bindgen-integration/Cargo.lock
5-
tests/expectations/Cargo.lock
5+
bindgen-tests/tests/expectations/Cargo.lock
6+
bindgen-tests/tests/quickchecking/Cargo.lock
67
#*#
78

89
# Test script output

0 commit comments

Comments
 (0)