Migrate boost unit test to google test with cmake (ctest)
[anna.git] / example / dbms.mysql / insert / SConscript
index edb47b5..ab8a48f 100644 (file)
@@ -7,7 +7,7 @@ bnames = Dir('..').abspath.rsplit('/', 2)
 pName = "example_" + bnames[-2] + "_" + bnames[-1]
 
 # Libraries ###############################################################
-# To avoid other libraries accumulation (boost testing, i.e.):
+# To avoid other libraries accumulation:
 localEnv = env.Clone()
 
 system_library = { 'LIBS' : [ 'mysqlclient' ] }