diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2013-09-21 14:04:01 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2013-09-21 14:04:01 (GMT) |
commit | efc6731774ca6e0da4453921ab0daeadc44ee8bc (patch) | |
tree | 8ef49291f9e31734fd60cb66e91cbea71f87bdc2 /doc/testing.txt | |
parent | 47ed2f1b1262c0bda78153c9cebf576b571a7bb4 (diff) |
make echotest work on BSD, by adding .echo as recognized extension
Diffstat (limited to 'doc/testing.txt')
-rw-r--r-- | doc/testing.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/testing.txt b/doc/testing.txt index f609b65..5617e61 100644 --- a/doc/testing.txt +++ b/doc/testing.txt @@ -73,7 +73,6 @@ Two tests still need an intermediate script that mangles away timestamps and near-zero floating point numbers: * dumptest -* echotest * cgalstlsanitytest Some tests are yet to be converted: @@ -85,15 +84,6 @@ These look like tests, but are not actually in use: * modulecachetest * cgalcachetest -In the course of migration, the possibilities of using the OPENSCAD_TESTING -compile time flag go away; that flag used to strip timestamps out of files, -to unify float output, and to tweak the file inclusion paths. With that flag -unused, we get better coverage of the primary code paths, at the cost of -having to do some normalization in the unit testing process (thus the dumptest -and echo test scripts). Especially, having a nonstandard MCAD library in the -user include path can now break things -- but so can having misbehaving -programs in your PATH. - Troubleshooting: ------------------------------ |