https://github.com/stan-dev/stan
Raw File
Tip revision: f25aec40a4dcc13d0affbba634af2be2f1db1be9 authored by Nicusor Serban on 21 June 2022, 14:03:51 UTC
pre-release/v2.30.0: updating version numbers
Tip revision: f25aec4
compile_models_test.cpp
#include <gtest/gtest.h>

TEST(lang, compile_models) {
  SUCCEED() << "Model compilation done through makefile dependencies."
            << std::endl
            << "Should have compiled: src/test/test-models/good/*.stan";
}
back to top