Finish the build infrastructure for separate linking.

This commit is contained in:
Dominik Pantůček 2023-03-14 14:50:10 +01:00
parent a700e483db
commit 3697f5169d
12 changed files with 77 additions and 22 deletions

View file

@ -23,6 +23,8 @@
;; CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
;;
(declare (unit testing))
(module
testing
(test-eq? test-equal? test-exn test-true test-false run-tests)