https://github.com/stan-dev/stan
Raw File
Tip revision: 07fe4a89e616f66b0239f9f8607705867521736e authored by betanalpha on 07 July 2015, 09:41:09 UTC
Fleshed out all of the scalar, vector, and matrix transforms
Tip revision: 07fe4a8
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