summaryrefslogtreecommitdiff
path: root/Chalice/test.bat
diff options
context:
space:
mode:
Diffstat (limited to 'Chalice/test.bat')
-rw-r--r--Chalice/test.bat3
1 files changed, 2 insertions, 1 deletions
diff --git a/Chalice/test.bat b/Chalice/test.bat
index 66fd9853..fde3cc60 100644
--- a/Chalice/test.bat
+++ b/Chalice/test.bat
@@ -9,7 +9,8 @@ REM to do: Leaks -checkLeaks
for %%f in (cell counter dining-philosophers ForkJoin HandOverHand
iterator iterator2 producer-consumer
- prog0 prog1 prog2 prog3 prog4 RockBand swap OwickiGries) do (
+ prog0 prog1 prog2 prog3 prog4
+ RockBand swap OwickiGries ProdConsChannel) do (
echo Testing %%f.chalice ...
echo ------ Running regression test %%f.chalice >> Output
%CHALICE% %* examples\%%f.chalice >> Output 2>&1