https://github.com/stan-dev/stan
Raw File
Tip revision: 0bf7e2a707520fcfc577d3d6a91183e755ee3bfb authored by Stan Jenkins on 08 October 2020, 04:36:29 UTC
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2~16.04.1 (tags/RELEASE_600/final)
Tip revision: 0bf7e2a
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