https://github.com/stan-dev/stan
Raw File
Tip revision: 57288b0ae6d03c864ac44d1701f6e8a3eb138988 authored by Daniel Lee on 07 August 2015, 19:15:19 UTC
adding documentation for base_writer
Tip revision: 57288b0
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