https://github.com/stan-dev/stan
Raw File
Tip revision: cac32ec0ab2674e8d6ff7563adebeab1b1a2f095 authored by Steve Bronder on 08 April 2022, 01:16:41 UTC
update model_base
Tip revision: cac32ec
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