https://github.com/stan-dev/stan
Raw File
Tip revision: d2a7d3fdf0e7c7dc7b2538f3b04dd693fa562f3a authored by stevo15025 on 09 September 2019, 21:41:18 UTC
testing with an unordered map and emplace
Tip revision: d2a7d3f
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