11 lines
247 B
Text
11 lines
247 B
Text
#module_parameters(RUN_TESTS := false);
|
|
|
|
#scope_file;
|
|
|
|
// ----------------------------------------------------------
|
|
// TESTS
|
|
// ----------------------------------------------------------
|
|
|
|
#if RUN_TESTS #run {
|
|
test :: #import "jc/meta/test";
|
|
}
|