Skip to content

Add ini_ prefix even to static names so inih can be used as an #include #60

Add ini_ prefix even to static names so inih can be used as an #include

Add ini_ prefix even to static names so inih can be used as an #include #60

Workflow file for this run

name: Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run Diff Tests
run: |
cd tests
./unittest.sh
cd ../examples
./cpptest.sh
git diff --exit-code