Skip to content

Commit 59c884a

Browse files
committed
Migrate tests to semiwrap and add enhancements
- Builds multiple projects that use things from each other
1 parent 4b17321 commit 59c884a

File tree

203 files changed

+508
-272
lines changed

Some content is hidden

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

203 files changed

+508
-272
lines changed

tests/cpp/.gitignore

Lines changed: 6 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,18 @@
11

22
*.py[ciod]
33

4+
*.pc
5+
*.pybind11.json
46
*.so
57
*.dll
68
*.pyd
79
*.dylib
810
py.typed
911

1012

11-
/build
12-
/dist
13-
/pip-wheel-metadata
13+
build
14+
dist
15+
trampolines
1416

15-
# autogenerated from template
16-
/pyproject.toml
17+
version.py
1718

18-
/rpytest/version.py
19-
20-
/rpytest/dl/_init_rpytest_dl.py
21-
/rpytest/dl/pkgcfg.py
22-
/rpytest/dl/include
23-
/rpytest/dl/rpy-include
24-
25-
/rpytest/ft/_init_rpytest_ft.py
26-
/rpytest/ft/pkgcfg.py
27-
/rpytest/ft/rpy-include
28-
29-
/rpytest/srconly/_init_rpytest_srconly.py
30-
/rpytest/srconly/pkgcfg.py
31-
/rpytest/srconly/include
32-
/rpytest/srconly/rpy-include
33-
34-
/rpytest/tc/_init_rpytest_tc.py
35-
/rpytest/tc/pkgcfg.py

tests/cpp/dl/downloaded.cpp

Lines changed: 0 additions & 6 deletions
This file was deleted.

tests/cpp/dl/downloaded.h

Lines changed: 0 additions & 4 deletions
This file was deleted.

tests/cpp/gen/dl/downloaded.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

tests/cpp/rpytest/dl/__init__.py

Lines changed: 0 additions & 6 deletions
This file was deleted.

tests/cpp/rpytest/dl/dl.cpp

Lines changed: 0 additions & 3 deletions
This file was deleted.

tests/cpp/rpytest/dl/dl.patch

Lines changed: 0 additions & 10 deletions
This file was deleted.

tests/cpp/rpytest/ft/src/ft.cpp

Lines changed: 0 additions & 7 deletions
This file was deleted.

tests/cpp/rpytest/ft/subpkg.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

tests/cpp/rpytest/srconly/__init__.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)