https://github.com/stan-dev/stan
Raw File
Tip revision: e5da9eecb3c8b7fb01f3a8e57ce96b45d668bfaf authored by serban-nicusor-toptal on 24 January 2020, 17:09:15 UTC
release/v2.22.0: updating version numbers.
Tip revision: e5da9ee
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