From a6004cde6c5a715d824d149dccb262c5030b5c19 Mon Sep 17 00:00:00 2001 From: Stefan Frederik Date: Fri, 10 Dec 2021 16:05:11 +0100 Subject: [PATCH] update description in xschemtest --- tests/xschemtest.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/xschemtest.tcl b/tests/xschemtest.tcl index 0286fa71..66475ade 100644 --- a/tests/xschemtest.tcl +++ b/tests/xschemtest.tcl @@ -9,9 +9,9 @@ ## - trim wires ## - copy/paste operations ## run: -# xschem --script /path/to/drawtest.tcl +# xschem --script /path/to/xschemtest.tcl ## optionally with logging to catch memory leaks: -# xschem -d 3 -l log --script /path/to/drawtest.tcl +# xschem -d 3 -l log --script /path/to/xschemtest.tcl ## and then running: xschemtest ## running this test with different xschem versions with profiling enabled (-pg) ## allows to see differences in number of function calls / time spent.