summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-12-17 17:34:36 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-12-17 17:34:36 +0200
commitd87a00c0eae12647ade3605bab6227b24d5f00f1 (patch)
tree790088fb37db968bc353e860f577388531c85264
parent3a33d1ccbc093e3bc6b27b565e4ca51ef072397a (diff)
Add quality: Tests cleanup
-rw-r--r--build2/test/testscript/list12
1 files changed, 12 insertions, 0 deletions
diff --git a/build2/test/testscript/list b/build2/test/testscript/list
index 6d6856c..ea18d37 100644
--- a/build2/test/testscript/list
+++ b/build2/test/testscript/list
@@ -22,3 +22,15 @@
Would be nice to be just as smart plus, in case of a core, also print where
it is (normally terminated executable's working directory).
+
+- Tests cleanup [quality karen]
+
+ Need to resolve the following issues in testscript used to test build2:
+
+ * add standard file headers
+ * assign ids to all tests
+ * @@-issues
+ * conformance to testscript style guide
+ * &&-expression fix for cat & build
+ * use test.{redirect,cleanup} where appropriate
+ * cross-testing fixes and conversions