#!/bin/bash

# CMake sets this variable
HOMME_DIR=@Homme_Build_DIR@

# Source the following file to get the rest of the cmake variables
source ${HOMME_DIR}/tests/cmake_variables.sh

# A list (generated by CMake) of all of the tests
source ${HOMME_TESTING_DIR}/test_list.sh

# Functions used to generate the run scripts 
source ${HOMME_TESTING_DIR}/testing-utils.sh

# Check that the baseline Netcdf results exist
checkBaselineResults

exit 0
