David Alber 6939e21f43 Moving config option tests to subdirectory
This was done by running the following.

```sh
for f in `find . -name "configs-*.rs"`; do
    topdir=`echo $f | cut -d/ -f2`;
    configname=`echo $f | cut -d/ -f3 | cut -d- -f2`;
    testname=`echo $f | cut -d/ -f3 | cut -d- -f3`;
    mkdir -p $topdir/configs/$configname;
    git mv $f $topdir/configs/$configname/$testname;
done
```
2017-12-28 10:29:48 -08:00
..
2017-12-10 23:38:30 +09:00
2017-12-05 10:02:49 +09:00
2017-12-10 21:19:51 +09:00
2017-11-15 15:44:27 +09:00
2017-11-27 20:53:54 +09:00
2017-10-30 08:46:11 +13:00
2017-11-01 07:33:55 +01:00
2017-11-01 07:33:55 +01:00
2017-12-09 16:45:20 +09:00
2017-11-01 07:33:55 +01:00
2017-11-01 07:33:55 +01:00
2017-11-10 17:08:16 +09:00
2017-11-23 12:36:57 +09:00
2017-11-18 15:32:10 +09:00
2017-11-24 12:04:00 +09:00
2017-11-15 12:22:50 +09:00
2017-12-05 17:45:19 +09:00
2017-12-15 13:47:32 +09:00
2017-11-01 07:33:55 +01:00