#!/bin/sh
# (C) 2020 Anton Gladky

set -e

cd $AUTOPKGTEST_TMP
cmake /usr/share/doc/libkim-api-dev/examples/simulators/ex_test_Ar_fcc_cluster_cpp/
make

echo "build: OK"

[ -x ex_test_Ar_fcc_cluster_cpp ]
echo LJ_Shifted_Bernardes_1958LowCutoff_Ar__MO_720819638419_004 |./ex_test_Ar_fcc_cluster_cpp

echo "run: demo1 OK"
