You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
483 B
13 lines
483 B
7 months ago
|
### Test artifacts for shared libraries APEX support
|
||
|
|
||
|
This directory contains APEX packages used for testing the platform support for
|
||
|
moving shared libraries used by binaries within an APEX package into another
|
||
|
APEX package.
|
||
|
|
||
|
Due to the peculiarity of the build needs, this directory contains prebuilt
|
||
|
artifacts used by tests. In order to regenerate these artifacts, run from the
|
||
|
root of the tree:
|
||
|
|
||
|
```shell script
|
||
|
./system/apex/tests/testdata/sharedlibs/build/build_artifacts.sh
|
||
|
```
|