Skip to content

Commit 35aa2a2

Browse files
committed
create a workspace
1 parent 2963d05 commit 35aa2a2

File tree

1,210 files changed

+719
-299
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,210 files changed

+719
-299
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)