10 lines
220 B
Text
10 lines
220 B
Text
#module_parameters(RUN_TESTS := false, WITH_SUBMODULES := true);
|
|
|
|
#scope_export;
|
|
|
|
#if WITH_SUBMODULES {
|
|
using #import "jc/encoding/base64"(RUN_TESTS);
|
|
using #import "jc/encoding/json"(RUN_TESTS);
|
|
}
|
|
|
|
#scope_module;
|