diff options
author | Eric Blossom | 2010-11-07 17:46:36 -0800 |
---|---|---|
committer | Eric Blossom | 2010-11-10 12:17:58 -0800 |
commit | d1d804742ac2cfcc31240c6d74d764e5784831d4 (patch) | |
tree | dd69c48a91fb9551f7c8c56988b2f37ee03c09ba /.gitignore | |
parent | 72739e8fde9353e502edc937bd6f9f77f6b80cc6 (diff) | |
download | gnuradio-d1d804742ac2cfcc31240c6d74d764e5784831d4.tar.gz gnuradio-d1d804742ac2cfcc31240c6d74d764e5784831d4.tar.bz2 gnuradio-d1d804742ac2cfcc31240c6d74d764e5784831d4.zip |
Make check works again, now using guile's native test-suite code.
The srfi-64 code wouldn't pass it's own test code under guile...
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 32f9529d0..2e9c0e2a2 100644 --- a/.gitignore +++ b/.gitignore @@ -46,7 +46,7 @@ make.log /compile /build /run_tests.sh -/run_guile_tests.sh +/setup_guile_test_env ### ### Put these here until we get this all sorted out ### |