Add test case for `scm_take_u8vector ()'.
authorLudovic Courtès <ludo@gnu.org>
Wed, 2 Sep 2009 22:57:24 +0000 (00:57 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 2 Sep 2009 22:57:24 +0000 (00:57 +0200)
commitf538a0709aa89fe8cc3a25996d447f35ef05fab1
treee1f9a04094b8f2f38317ca9f44251773ccab5722
parentd7e7a02a6251c8ed4f76933d9d30baeee3f599c0
Add test case for `scm_take_u8vector ()'.

This is a followup to commit d7e7a02a6251c8ed4f76933d9d30baeee3f599c0
("Fix leaky behavior of `scm_take_TAGvector ()'.") and a reminder that
the uniform vector implementation can't do away with the cell->buffer
indirection.

* test-suite/standalone/Makefile.am (test_scm_take_u8vector_SOURCES,
  test_scm_take_u8vector_CFLAGS, test_scm_take_u8vector_LDADD): New.
  (check_PROGRAMS, TESTS): Add `test-scm-take-u8vector'.

* test-suite/standalone/test-scm-take-u8vector.c: New file.
test-suite/standalone/.gitignore
test-suite/standalone/Makefile.am
test-suite/standalone/test-scm-take-u8vector.c [new file with mode: 0644]