Skip to content

Commit

Permalink
Merge commit 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
e40 committed Jul 1, 2009
2 parents 186eb24 + 7d636c0 commit d8cf0b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,2 +1,3 @@
.git-branch-name
build.tmp
test.out
4 changes: 4 additions & 0 deletions ChangeLog
Expand Up @@ -4,6 +4,10 @@
** Please leave this at the top of the file. Thanks.
*******************************************************************************

2009-07-01 <layer@HOBART128>

* makefile: dribble test output to "test.out" (mainly for windows)

2009-06-30 Kevin Layer <layer@gemini.franz.com>

* load.cl: remove removed files from *aserve-other-files*
Expand Down
1 change: 1 addition & 0 deletions makefile
Expand Up @@ -33,6 +33,7 @@ test: FORCE
rm -f build.tmp
echo '(setq excl::*break-on-warnings* t)' >> build.tmp
echo '(load "load.cl")' >> build.tmp
echo '(dribble "test.out")' >> build.tmp
echo '(load "test/t-aserve.cl")' >> build.tmp
echo '(exit util.test::*test-errors*)' >> build.tmp
# -batch must come before -L, since arguments are evaluated from left to right
Expand Down

0 comments on commit d8cf0b1

Please sign in to comment.