-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add task to unzip SDL2 headers in klang project
Added a task 'unzipSDL2' to the build.gradle.kts file in the klang project that unzips SDL2 headers required for testing. Also updated the .gitignore to exclude these unzipped files from version control. This builds a foundation for more extensive integration testing in the future.
- Loading branch information
Alexandre Mommers
committed
Jan 6, 2024
1 parent
ff39731
commit 722151f
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,3 +41,7 @@ bin/ | |
### Mac OS ### | ||
.DS_Store | ||
/*.log | ||
|
||
|
||
## use to integration ## | ||
/src/test/c/SDL2/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters