From 7d24d3396d3d49c12afbfc703e10623a673f1017 Mon Sep 17 00:00:00 2001 From: ccremers Date: Thu, 18 Nov 2004 13:07:10 +0000 Subject: [PATCH] - Clean tests todo. --- spdl/gen-tests.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/spdl/gen-tests.py b/spdl/gen-tests.py index bd77170..09c1f31 100755 --- a/spdl/gen-tests.py +++ b/spdl/gen-tests.py @@ -5,6 +5,14 @@ # argv[1] tuple width # stdin list of protocol file names # +#TODO: +# The tests should be more confined: testing a three-tuple multiprotocol +# should clean up after itself, and only leave stuff that is actually +# _new_. As a base, we can (first compute and then leave the results) +# have the single-protocol results as a reference to speed things up. +# However, in general, the three-tuple stuff just generates too much +# crap in the current setup. +# import sys import os import time