From 91c0c68e153118f4d64c137d78882ee95830c307 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 13 Jul 2022 17:55:16 -0400 Subject: Move serdi to tools subdirectory This separates the command-line tool code from the library implementation. --- test/serd_test_util/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/serd_test_util') diff --git a/test/serd_test_util/__init__.py b/test/serd_test_util/__init__.py index 260dcd9d..4f426009 100644 --- a/test/serd_test_util/__init__.py +++ b/test/serd_test_util/__init__.py @@ -57,7 +57,7 @@ def wrapper_args(description, with_input=False): """Return the command line arguments for a wrapped test.""" parser = argparse.ArgumentParser(description) - parser.add_argument("--serdi", default="./serdi", help="serdi executable") + parser.add_argument("--serdi", default="tools/serdi", help="executable") parser.add_argument("--wrapper", default="", help="executable wrapper") if with_input: parser.add_argument("input", help="input file") -- cgit v1.2.1