tests debugging on travis
This commit is contained in:
parent
56773234ca
commit
771730d8b3
|
|
@ -5,7 +5,7 @@ compiler:
|
|||
- gcc
|
||||
before_script:
|
||||
- sudo apt-get -qq update
|
||||
- sudo apt-get install -y protobuf-c-compiler libprotobuf-c0-dev
|
||||
- sudo apt-get install -y protobuf-c-compiler libprotobuf-c0-dev libio-socket-inet6-perl
|
||||
script:
|
||||
- cd src && ./configure && make
|
||||
- cd ../tests && make test
|
||||
- cd src && ./configure && time make
|
||||
- cd ../tests && (time make quicktest || cat logs/aprsc.log)
|
||||
|
|
|
|||
|
|
@ -16,6 +16,10 @@ test:
|
|||
@rm -f logs/aprsc.log
|
||||
PERL_DL_NONLAZY=1 $(PERL) "-MExtUtils::Command::MM" "-e" "test_harness($(TEST_VERBOSE), '$(INST_LIB)', '$(INST_ARCHLIB)')" $(TEST_FILES)
|
||||
|
||||
quicktest:
|
||||
@rm -f logs/aprsc.log
|
||||
PERL_DL_NONLAZY=1 $(PERL) "-MExtUtils::Command::MM" "-e" "test_harness($(TEST_VERBOSE), '$(INST_LIB)', '$(INST_ARCHLIB)')" t/01login.t
|
||||
|
||||
AGGREGATOR_FILES = aggregator/*.t
|
||||
|
||||
aggrtest:
|
||||
|
|
|
|||
Loading…
Reference in New Issue