https://github.com/stan-dev/stan
Raw File
Tip revision: a582c8020d7947b29414b3d74b28565702973111 authored by Brian Ward on 26 August 2024, 12:25:28 UTC
Merge pull request #3295 from stan-dev/fix/remove-HOME-makefile-inclusion
Tip revision: a582c80
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