#!/bin/sh # This tests checks that the libjansson.so exports the correct # symbols. # The list of symbols that the shared object should export sort >$test_log/exports <$test_log/macros_or_inline <$test_log/output if ! cmp -s $test_log/exports $test_log/output; then diff -u $test_log/exports $test_log/output >&2 exit 1 fi