diff options
| author | ruki <[email protected]> | 2024-04-09 09:37:46 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-09 09:37:46 +0800 |
| commit | c729be0bb01b41b2cdc67f5b5713da239c9ea9a6 (patch) | |
| tree | 0fde774547602aa4a9fd1ce3866c8cbed71f1854 /tests/projects/other/parallel_build/1.cpp | |
| parent | 15af62b0406caefc71ad7fa01c41f29a017759bb (diff) | |
| parent | 19b67001ad77668b555a1213bc6d473bc35318aa (diff) | |
Merge pull request #4947 from xmake-io/runjobs
Improve runjobs
Diffstat (limited to 'tests/projects/other/parallel_build/1.cpp')
| -rw-r--r-- | tests/projects/other/parallel_build/1.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/projects/other/parallel_build/1.cpp b/tests/projects/other/parallel_build/1.cpp new file mode 100644 index 000000000..9cd1218ae --- /dev/null +++ b/tests/projects/other/parallel_build/1.cpp @@ -0,0 +1,3 @@ +int main(int argv, char** argv) { + return 0; +} |
