• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1### Test artifacts for shared libraries APEX support
2
3This directory contains APEX packages used for testing the platform support for
4moving shared libraries used by binaries within an APEX package into another
5APEX package.
6
7Due to the peculiarity of the build needs, this directory contains prebuilt
8artifacts used by tests. In order to regenerate these artifacts, run from the
9root of the tree:
10
11```shell script
12./system/apex/tests/testdata/sharedlibs/build/build_artifacts.sh
13```