From ae47d3e26ea4046d35d0d6a316d85051cb2aa494 Mon Sep 17 00:00:00 2001
From: Denis Davydov
+tests/support/my_test_2.input
+ which shall be parsed within my_test_2.cc
. To read this file,
+ one can use the SOURCE_DIR
preprocessor variable which will be equal
+ to the parent folder of each .cc
test. In other words, given the current
+ imaginary directory stucture, const std::string str = std::string(SOURCE_DIR) + "/my_test_2.input";
+ used from my_test_2.cc
will contain the path to the
+ auxiliary input file.
-- 2.39.5