test is now a make target

This commit is contained in:
Neale Pickett 2021-02-02 20:28:01 -07:00
parent 44290cf2c1
commit 441f8a014e
2 changed files with 5 additions and 4 deletions

View File

@ -16,7 +16,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: make
- name: Test
run: ./test.sh
- name: Build+test
run: make test

View File

@ -27,6 +27,9 @@ install: $(TARGETS) $(SCRIPTS)
uninstall:
cd $(PREFIX)/bin && rm -f $(TARGETS) $(SCRIPTS)
test: $(TARGETS) test.sh
./test.sh
pmerge: pmerge.o pcap.o
puniq: puniq.o pcap.o