https://github.com/stan-dev/stan
Raw File
Tip revision: d33b9b9067f48eb40d3f221bf6ff5a196dee252e authored by Sean Talts on 19 June 2017, 17:03:07 UTC
Merge branch 'develop' of github.com:stan-dev/stan into release/v2.16.0
Tip revision: d33b9b9
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