Compiling and testing multiple files
This commit is contained in:
4
main.cpp
4
main.cpp
@@ -228,7 +228,7 @@ int main(int argument_count, char **arguments){
|
||||
program_name = string_from_cstring(arguments[1]);
|
||||
}
|
||||
|
||||
compile_file("examples/runtime_type_information.kl"_s);
|
||||
compile_file("examples/types_as_first_class_values.kl"_s);
|
||||
compile_file("examples/runtime_type_information.kl"_s, COMPILE_AND_RUN);
|
||||
compile_file("examples/types_as_first_class_values.kl"_s, COMPILE_AND_RUN);
|
||||
__debugbreak();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user