Files
seer/tests/helloworld/README.hide
T

10 lines
286 B
Plaintext
Raw Normal View History

2022-06-13 18:34:09 -05:00
To test locating source files in an alternate place, move the
source files for 'helloworld' in the 'hide' directory.
Then test Seer with locating the source for 'helloworld' in
an alternate directory.
% mv function1.h function1.cpp helloworld.cpp hide/
% mv hide/*.{h,cpp} .