# stl_test **Repository Path**: gemone/stl_learn ## Basic Information - **Project Name**: stl_test - **Description**: About C++ STL. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-19 - **Last Updated**: 2022-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # stl_learn ## stl_learn 脚本说明 本地存在一个简单的测试脚本, 用于创建程序和测试程序。 第一个参数指定某个功能,第二个参数制定功能所需要的参数。 ### create: 创建一个基于本程序的测试文件 ```shell ./stl_learn create 00_test ``` 将会在本地创建 `00_test` 文件夹, ### test: 测试程序 ```shell ./stl_learn test 00_test ``` 第二参数使用本地文件夹名称,只需要名称,同时要确保该文件夹存在。 ### clean: 简单的删除 build 文件夹 如果在 `test` 时指定了其他文件夹,请手动进行删除。 ## 文件说明 |文件名|说明| |---|---| |./sample.cpp|测试参考的源程序| |./stl_learn|测试的简单脚本文件| |./makefile|统一使用的 makefile 文件|