

set -ex



test -f $PREFIX/lib/libaws-c-cal${SHLIB_EXT}
test -f $PREFIX/include/aws/cal/cal.h
cd cmake_test
cmake -GNinja $CMAKE_ARGS .
exit 0
