https://github.com/stan-dev/stan
Raw File
Tip revision: 6bd24dc13190d58a8f7934ed9ab4f9404f1049b3 authored by Nicusor Serban on 17 February 2021, 13:31:13 UTC
release/v2.26.1: updating release notes
Tip revision: 6bd24dc
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