https://github.com/stan-dev/stan
Raw File
Tip revision: 5f193568f7abb43435f2b6cc9e1dc9a2ef835c44 authored by rok-cesnovar on 31 March 2022, 18:30:34 UTC
cleanup
Tip revision: 5f19356
compile_standalone_functions_test.cpp
#include <gtest/gtest.h>

TEST(lang, compile_standalone_functions) {
  SUCCEED()
      << "Standalone function compilation done through makefile dependencies."
      << std::endl
      << "Should have compiled: "
      << "src/test/test-models/good-standalone-functions/*.stanfuncs";
}
back to top