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 runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Build - name: Build+test
run: make run: make test
- name: Test
run: ./test.sh

View File

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