[PATCH] D25869: [Driver] Add unit tests for DetectDistro()

Bruno Cardoso Lopes via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 25 08:28:27 PDT 2016


bruno added a comment.

This is great!



================
Comment at: unittests/Driver/ToolChainsTest.cpp:154
+                                       "BUG_REPORT_URL=\"https://bugs.debian.org/\"\n"));
+  ASSERT_EQ(DebianStretch, DetectDistro(DebianStretchSidFileSystem));
+}
----------------
Can you add the tests for /etc/SuSE-release here as well? 


https://reviews.llvm.org/D25869





More information about the cfe-commits mailing list