diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-09-01 09:39:36 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-09-01 09:39:36 -0700 |
commit | ea7f869856a614d14de31c680c8dd290de1cc113 (patch) | |
tree | 6cbbf70db886032a807bcc9e64d27412fbbe9cc3 /subx/test_layers | |
parent | a413105a5dc4741ccd1c364cc82609d2aa25f6c5 (diff) | |
download | mu-ea7f869856a614d14de31c680c8dd290de1cc113.tar.gz |
4529 - move examples to a sub-directory
Diffstat (limited to 'subx/test_layers')
-rwxr-xr-x | subx/test_layers | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/test_layers b/subx/test_layers index 709601ff..9ade9ee1 100755 --- a/subx/test_layers +++ b/subx/test_layers @@ -11,7 +11,7 @@ do done ./clean top -for f in ex*.subx +for f in examples/ex*.subx do echo checking $f target=`echo $f |sed 's/\..*//'` |