about summary refs log tree commit diff stats
path: root/subx/test_layers
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-09-01 10:04:58 -0700
committerKartik Agaram <vc@akkartik.com>2018-09-01 10:54:20 -0700
commit6ff9ce26e84f686a96ada723f63ce95879216cca (patch)
treebb8562b4f5f65a3f3478a9237e0253038d59c241 /subx/test_layers
parentea7f869856a614d14de31c680c8dd290de1cc113 (diff)
downloadmu-6ff9ce26e84f686a96ada723f63ce95879216cca.tar.gz
4530 - create an apps/ directory
Diffstat (limited to 'subx/test_layers')
-rwxr-xr-xsubx/test_layers2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/test_layers b/subx/test_layers
index 9ade9ee1..12867b21 100755
--- a/subx/test_layers
+++ b/subx/test_layers
@@ -11,7 +11,7 @@ do
 done
 
 ./clean top
-for f in examples/ex*.subx
+for f in examples/ex*.subx apps/*.subx
 do
   echo checking $f
   target=`echo $f |sed 's/\..*//'`