Skip to content

Commit

Permalink
test: Added test/cv to set of test directories
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregungory committed Feb 16, 2022
1 parent 2182613 commit 4dd805f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makeall
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/csh -f
# RCSid $Id: makeall,v 1.30 2020/09/11 20:38:46 greg Exp $
# RCSid $Id: makeall,v 1.31 2022/02/16 18:56:32 greg Exp $
#
# Make all the Radiance programs
#
Expand All @@ -26,7 +26,7 @@ endif
if ( "$1" == test ) then
cd test
set fails=()
foreach d (cal gen util px renders)
foreach d (cv cal gen util px renders)
cd $d
make -k clean all && make clean
if ($status) set fails=($fails $d)
Expand Down

0 comments on commit 4dd805f

Please sign in to comment.