https://github.com/stan-dev/stan
Raw File
Tip revision: 4a0b8fcb7ba259db48b66c50ac9b0de2c3da38e0 authored by Rob Trangucci on 01 June 2015, 18:45:03 UTC
b f/i-1189 updated make/tests to tests fvar<double> compilation
Tip revision: 4a0b8fc
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