Skip to content
Snippets Groups Projects
Commit 64800c3c authored by Daniel Kochmański's avatar Daniel Kochmański
Browse files

restruct: move hash-table tests to separate directory

parent b2350d37
No related branches found
No related tags found
No related merge requests found
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
(compile-and-load "hash-table-aux.lsp")
(load "hash-table.lsp")
(load "make-hash-table.lsp")
(load "hash-table-p.lsp")
(load "hash-table-count.lsp")
(load "hash-table-size.lsp")
(load "hash-table-rehash-size.lsp")
(load "hash-table-rehash-threshold.lsp")
(load "hash-table-test.lsp")
(load "gethash.lsp")
(load "remhash.lsp")
(load "clrhash.lsp")
(load "maphash.lsp")
(load "with-hash-table-iterator.lsp")
(load "sxhash.lsp")
(load "hash-tables/hash-table.lsp")
(load "hash-tables/make-hash-table.lsp")
(load "hash-tables/hash-table-p.lsp")
(load "hash-tables/hash-table-count.lsp")
(load "hash-tables/hash-table-size.lsp")
(load "hash-tables/hash-table-rehash-size.lsp")
(load "hash-tables/hash-table-rehash-threshold.lsp")
(load "hash-tables/hash-table-test.lsp")
(load "hash-tables/gethash.lsp")
(load "hash-tables/remhash.lsp")
(load "hash-tables/clrhash.lsp")
(load "hash-tables/maphash.lsp")
(load "hash-tables/with-hash-table-iterator.lsp")
(load "hash-tables/sxhash.lsp")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment