summaryrefslogtreecommitdiff
path: root/test-suite/standalone/sassy/tests/libhello.so
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2009-08-13 18:48:20 +0200
committerAndy Wingo <wingo@pobox.com>2009-08-13 18:48:20 +0200
commit66ff15e2f0afa2d2ecd4e7de484acf7324c3b0f1 (patch)
treed31881900e8f715d8afd07521497c81101b3fedf /test-suite/standalone/sassy/tests/libhello.so
parentd785171115bb35c6e3cc3663a0023ff4e88536d5 (diff)
downloadguile-66ff15e2f0afa2d2ecd4e7de484acf7324c3b0f1.tar.gz
add the sassy x86 assembler
* module/Makefile.am: Add language/sassy.scm. Probably EXTRA_DIST the dependant files, too. * module/language/sassy.scm: New file, the sassy loader. Sassy is originally R5RS code that loads a number of files. I've converted that toplevel file to be a Guile module that *includes* the subfiles, so that it all gets compiled together. It's a pretty bad hack though, because what I should be doing is including them relative to the sassy.scm source location, but we don't know that at expansion time. Something to fix. really bad hack in it so that it will compile correctly -- p * module/language/sassy/: All the sassy files and some changelog information. All of these files are LGPLv2.1+, so they can be included in Guile. * test-suite/standalone/sassy/tests/: Add the sassy unit tests. * test-suite/standalone/Makefile.am: * test-suite/standalone/test-sassy: Hook the sassy unit tests up to our test suite.
Diffstat (limited to 'test-suite/standalone/sassy/tests/libhello.so')
-rw-r--r--test-suite/standalone/sassy/tests/libhello.sobin0 -> 2058 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/test-suite/standalone/sassy/tests/libhello.so b/test-suite/standalone/sassy/tests/libhello.so
new file mode 100644
index 000000000..103e9c3ef
--- /dev/null
+++ b/test-suite/standalone/sassy/tests/libhello.so
Binary files differ