https://github.com/stan-dev/stan
Raw File
Tip revision: 40ee1c23a0eb58472153d83b0256a37894a2bbdd authored by Stan Jenkins on 03 April 2021, 20:47:53 UTC
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2~16.04.1 (tags/RELEASE_600/final)
Tip revision: 40ee1c2
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