https://github.com/stan-dev/stan
Raw File
Tip revision: f5bfef7c25ec682960de248ab9925347ee936efb authored by Nicusor Serban on 23 January 2024, 12:41:41 UTC
release/v2.34.1: updating version numbers
Tip revision: f5bfef7
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