Add C unit test for `scm_c_read ()' and the port API.
authorLudovic Courtès <ludo@gnu.org>
Sat, 22 Nov 2008 14:48:16 +0000 (15:48 +0100)
committerNeil Jerram <neil@ossau.uklinux.net>
Sun, 23 Nov 2008 22:48:29 +0000 (22:48 +0000)
commit8e7ff77376d99f7c0641d906e40f85320273bb20
treef984b52eb9bbce45587f1e333749c4dbb879015f
parent6d2275560d32a157e1d26b15cdd73fb80daef526
Add C unit test for `scm_c_read ()' and the port API.

* test-suite/standalone/Makefile.am (check_PROGRAMS, TESTS): Add
  `test-scm-c-read'.
  (test_scm_c_read_SOURCES, test_scm_c_read_CFLAGS,
  test_scm_c_read_LDADD): New.
test-suite/standalone/.gitignore
test-suite/standalone/Makefile.am
test-suite/standalone/test-scm-c-read.c [new file with mode: 0644]