diff options
author | Roland Reichwein <mail@reichwein.it> | 2024-05-07 19:08:29 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2024-05-07 19:08:29 +0200 |
commit | 7dabda20e11138f2235b12271d569cd3256ebf3a (patch) | |
tree | d917df1ea84609519a560a092a63683cb54b1894 /test-ymake.cpp | |
parent | 81bcfee54362c736e865ebeb638aeadfa9cc9e24 (diff) |
Recursive build
Diffstat (limited to 'test-ymake.cpp')
-rw-r--r-- | test-ymake.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-ymake.cpp b/test-ymake.cpp index a6edc5f..dfed871 100644 --- a/test-ymake.cpp +++ b/test-ymake.cpp @@ -198,6 +198,7 @@ TEST_F(ymakeTest, build_three_cpp) // TODO: multiple builds // TODO: test tests // TODO: test g++/clang++ +// TODO: multiple dirs / YMakefiles TEST_F(yscanTest, no_cpp_file) { |