13 lines
370 B
Factor
13 lines
370 B
Factor
USING: accessors alien.syntax compiler.codegen.relocation namespaces
|
|
sequences tools.test ;
|
|
IN: compiler.codegen.relocation.tests
|
|
|
|
{
|
|
B{ 114 101 97 100 108 105 110 101 0 }
|
|
B{ 108 105 98 114 101 97 100 108 105 110 101 46 115 111 0 }
|
|
} [
|
|
init-relocation
|
|
"readline" DLL" libreadline.so" add-dlsym-parameters
|
|
parameter-table get first2 path>>
|
|
] unit-test
|