mirror of
https://github.com/tkmxqrdxddd/davinci-video-converter
synced 2026-03-29 23:35:32 +02:00
test: add unit tests for parser, validator, and converter modules
- Add test_parser.cpp with argument parsing tests - Add test_validator.cpp with configuration validation tests - Add test_converter.cpp with FFmpeg command building tests - Update Makefile with test targets for unit tests - Update CI workflow to run make test - Add test binaries and media files to .gitignore
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -36,4 +36,12 @@
|
||||
PKGBUILD
|
||||
|
||||
# Devcontainer
|
||||
.devcontainer/.vscode
|
||||
.devcontainer/.vscode
|
||||
|
||||
# Test files
|
||||
tests/*.mp4
|
||||
tests/*.mov
|
||||
tests/*.mkv
|
||||
tests/test_parser
|
||||
tests/test_validator
|
||||
tests/test_converter
|
||||
Reference in New Issue
Block a user