📄 compile_tests.sh
字号:
#!/bin/shset -x# OOPC tests./compile.sh -DDEBUG_OBJ -DDEBUG_MEM example.c test_example.c -o test_example./compile.sh -DDEBUG_OBJ -DDEBUG_MEM person.c employee.c education.c manager.c test_manager.c -o test_manager./compile.sh -DDEBUG_OBJ -DDEBUG_MEM memBlock.c array.c test_array.c -o test_array -lm./compile.sh test_exception.c -o test_exception -lm./compile.sh -DDEBUG_CALL -DDEBUG_MEM -DDEBUG_THROW test_protection.c -o test_protection -lm# C++ tests./compile-cpp.sh test_example.C -o cpp-test_example./compile-cpp.sh person.C employee.C education.C manager.C test_manager.C -o cpp-test_manager
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -