Skip to content

canerrsim: main(): add missing () to function calls #218

canerrsim: main(): add missing () to function calls

canerrsim: main(): add missing () to function calls #218

Workflow file for this run

name: C with autotools
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: autogen
run: ./autogen.sh
- name: configure
run: ./configure
- name: make
run: make
- name: make distcheck
run: make distcheck