https://github.com/stan-dev/stan
Raw File
Tip revision: 356d206146d0f89d6317ca73dd949ab9503d79e1 authored by Brian Ward on 22 May 2024, 13:45:27 UTC
Merge pull request #3287 from stan-dev/fix/rng-init
Tip revision: 356d206
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