aboutsummaryrefslogtreecommitdiff
path: root/tests/plugins.sh
blob: 805f49f013ae620042946157694c15b78fe220a9 (plain)
1
2
3
4
5
6
7
8
9
10
source common.sh

if [[ $BUILD_SHARED_LIBS != 1 ]]; then
    echo "plugins are not supported"
    exit 99
fi

res=$(nix --option setting-set true --option plugin-files $PWD/plugins/libplugintest* eval --expr builtins.anotherNull)

[ "$res"x = "nullx" ]